JsonFs 0.1.0-alpha
See the version list below for details.
dotnet add package JsonFs --version 0.1.0-alpha
NuGet\Install-Package JsonFs -Version 0.1.0-alpha
<PackageReference Include="JsonFs" Version="0.1.0-alpha" />
<PackageVersion Include="JsonFs" Version="0.1.0-alpha" />
<PackageReference Include="JsonFs" />
paket add JsonFs --version 0.1.0-alpha
#r "nuget: JsonFs, 0.1.0-alpha"
#:package JsonFs@0.1.0-alpha
#addin nuget:?package=JsonFs&version=0.1.0-alpha&prerelease
#tool nuget:?package=JsonFs&version=0.1.0-alpha&prerelease
A super simple JSON library with all the functional goodness of F#
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- FParsec (>= 1.0.2)
- FSharp.Core (>= 3.1.2.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
0.1.0-beta2 | 1,229 | 9/27/2016 |
0.1.0-beta1 | 1,218 | 9/19/2016 |
0.1.0-alpha | 997 | 7/4/2016 |
Raw parsing of JSON text using FParsec parsers
Define FParsec parsers for JSON literals [#1](https://github.com/ptcoda/json-fs/issues/1) [#1]
Define FParsec parsers for JSON numbers [#3](https://github.com/ptcoda/json-fs/issues/3) [#3]
Define FParsec parsers for JSON strings [#4](https://github.com/ptcoda/json-fs/issues/4) [#4]
Define FParsec parsers for JSON arrays [#6](https://github.com/ptcoda/json-fs/issues/6) [#6]
Define FParsec parsers for JSON objects [#7](https://github.com/ptcoda/json-fs/issues/7) [#7]