Is your feature request related to a problem? Please describe.
There is no serialization support via System.Text.Json so users using this library instead of Newtonsoft Json will need to write their own converters. It would be nice if the library would have built-in support for this.
Describe the solution you'd like
Add Serialization support for System.Text.Json
Describe alternatives you've considered
Use the built-in feature with Newtonsoft
Is your feature request related to a problem? Please describe.
There is no serialization support via
System.Text.Jsonso users using this library instead ofNewtonsoft Jsonwill need to write their own converters. It would be nice if the library would have built-in support for this.Describe the solution you'd like
Add Serialization support for System.Text.Json
Describe alternatives you've considered
Use the built-in feature with Newtonsoft