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
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
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
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 ofNewtonsoft 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
The text was updated successfully, but these errors were encountered: