Chiron is a library for working with JSON for F#, similar to the Haskell Aeson package. See the dedicated Chiron Site for more information.
This branch removes the dependency on FParsec, using instead a short hand-rolled parser.
Chiron can be installed from NuGet. Using the Package Manager Console:
PM> Install-Package Chiron
Chiron is under the MIT license.