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
Upgrade to use modern JSON serialization libraries.
At the time this issue was created, the target was Json.Net, which has since been superseded by System.Text.Json. So the target should now be System.Text.Json.
The text was updated successfully, but these errors were encountered:
JeffJacobson
changed the title
Modify serialization code to use Json.NET.
Modify serialization code to use J̶s̶o̶n̶.̶N̶e̶t̶ System.Text.Json .
Apr 10, 2022
JeffJacobson
changed the title
Modify serialization code to use J̶s̶o̶n̶.̶N̶e̶t̶ System.Text.Json .
Modify serialization code to use modern serialization libraries.
Apr 10, 2022
Upgrade to use modern JSON serialization libraries.
At the time this issue was created, the target was Json.Net, which has since been superseded by System.Text.Json. So the target should now be System.Text.Json.
Refer to "How to serialize and deserialize (marshal and unmarshal) JSON in .NET"
The text was updated successfully, but these errors were encountered: