JsonInterface 1.5.0
JsonInterface is a high-performance interface builder that enables interaction
with a json object. The design goal is to allow interaction with a portion of a json object
without knowing about or modification of the remainder of the object.
Install-Package JsonInterface -Version 1.5.0
dotnet add package JsonInterface --version 1.5.0
<PackageReference Include="JsonInterface" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsonInterface --version 1.5.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JsonInterface, 1.5.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Breaking changes. Moved from a static factory to an instance-based factory.
Dependencies
-
.NETCoreApp 2.0
- castle.core (>= 4.3.1)
- docfx.console (>= 2.36.2)
- newtonsoft.json (>= 11.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.