WIP
- Remove Newtonsoft.Json
- Add Argon
- Remove
using Newtonsoft.Json* - Add
using Argon
If using the Xml serialization features of Json.net:
- Add Argon.Xml nuget.
- Add
using Argon.Xml - Add
XmlNodeConverterto theJsonSerializerSettings.Converters.
If using the DataSet serialization features of Json.net:
- Add the Argon.DataSets nuget.
- Call
JsonSerializerSettings.AddDataSetConverters().
If using the JsonPath serialization features of Json.net:
- Add the Argon.JsonPath nuget.