Json.Lite 2.1.0
A JSON library for parsing JSON into an Abstract Syntax Tree.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Json.Lite</id>
<version>2.1.0</version>
<authors>Cain O'Sullivan</authors>
<owners>Cain O'Sullivan</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectUrl>https://github.com/cosullivan/JsonLite</projectUrl>
<description>A JSON library for parsing JSON into an Abstract Syntax Tree.</description>
<tags>JSON C#</tags>
<dependencies>
<group targetFramework=".NETFramework4.5" />
<group targetFramework=".NETStandard1.4">
<dependency id="NETStandard.Library" version="1.6.1" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>