You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Text.Json seems to have limited abilities in terms of writing/creating a JsonDocument. So we need migrate the runtime to use Newtonsoft.Json instead of System.Text.Json to achieve the relevant functionalities like creating JArray with elements etc.
The text was updated successfully, but these errors were encountered:
Hi @mbhaskar , can you include a few references to project code or examples of where System.Text.Json is limited? I see a lot of docs that highly suggest migrating to System.Text.Json and would like to make sure we don't unnecessarily move to Newtonsoft. You mention 'JArray with elements,' and wondering what advantages you see there over JsonDocument.
Aniruddh25
changed the title
Migrate the runtime to use Newtonsoft.Json instead of System.Text.Json
Evaluate System.Text.Json satisfies all mutation needs to be able to replace NewtonSoft.Json
Apr 16, 2022
System.Text.Json seems to have limited abilities in terms of writing/creating a JsonDocument. So we need migrate the runtime to use Newtonsoft.Json instead of System.Text.Json to achieve the relevant functionalities like creating JArray with elements etc.
The text was updated successfully, but these errors were encountered: