DotNetXtensions.Json
3.3.0
Some Newtonsoft.JSON helper extension methods and types (e.g. JsonConverters). Most important is the extension method on objects exposting a useful `ToJson` extension method, which allows one to serialize any object to Json with a single call, while being able to specify whether to indent, to camel-case property names, to serialize enums as strings, and etc. On the other end exposes a DeserializeJson extension method on strings and byte arrays.
Nothing earth-shattering here, but helps those cases where you want quick and no-nonsense JSON serialization / deserialization.
Install-Package DotNetXtensions.Json -Version 3.3.0
dotnet add package DotNetXtensions.Json --version 3.3.0
<PackageReference Include="DotNetXtensions.Json" Version="3.3.0" />
paket add DotNetXtensions.Json --version 3.3.0
#r "nuget: DotNetXtensions.Json, 3.3.0"
Dependencies
-
.NETStandard 2.0
- DotNetXtensions (>= 4.0.0)
- Newtonsoft.Json (>= 12.0.2)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.