Fluent-Json.NET
Fluent-Json.NET copied to clipboard
Fluent configurations for Json.NET allows you to map objects, use type discriminators, all without interfering with your data objects. No attributes are required.
I'm getting a warning on build - "Package 'Fluent-Json.NET 0.2.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net5.0'. This package may not...
One should not be forced to create a new `JsonSerializerSettings`. When using asp.net core, you cannot replace the serializer, only customize it.