This issue is to track the follow-up work needed for JSON write performance optimization as suggested here in [this thread](https://github.com/dotnet/SqlClient/pull/2722#discussion_r1693689972). We need to either use the convert function or Encoder instance for the optimization as suggested [here](https://github.com/dotnet/SqlClient/pull/2722/files/5297458af5374f58ee9194b46e1fc9429643fb8a#r1693942471) and [here](https://github.com/dotnet/SqlClient/pull/2722/files/5297458af5374f58ee9194b46e1fc9429643fb8a#r1693958001).
This issue is to track the follow-up work needed for JSON write performance optimization as suggested here in this thread.
We need to either use the convert function or Encoder instance for the optimization as suggested here and here.