Chiron by Andrew Cherry, Michael Newton, Henrik Feldt

<PackageReference Include="Chiron" Version="2.0.1" />

 Chiron 2.0.1

JSON for F#

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Chiron</id>
    <version>2.0.1</version>
    <title>Chiron</title>
    <authors>Andrew Cherry, Michael Newton, Henrik Feldt</authors>
    <owners>Andrew Cherry, Michael Newton, Henrik Feldt</owners>
    <licenseUrl>https://github.com/xyncro/chiron/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/xyncro/chiron</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>JSON for F#</description>
    <copyright>Copyright Xyncro Ltd 2015</copyright>
    <tags>chiron functional json f#</tags>
    <dependencies>
      <dependency id="Aether" version="6.0.0" />
      <dependency id="FParsec" version="1.0.1" />
      <dependency id="FSharp.Core" version="3.1.2.1" />
    </dependencies>
  </metadata>
</package>