Skip to content

ptrelford/chiron

 
 

Repository files navigation

Chiron

Chat Build

What is Chiron?

Chiron is a library for working with JSON for F#, similar to the Haskell Aeson package. See the dedicated Chiron Site for more information.

Differences in this Branch

This branch removes the dependency on FParsec, using instead a short hand-rolled parser.

Installation

Chiron can be installed from NuGet. Using the Package Manager Console:

PM> Install-Package Chiron

License

Chiron is under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • F# 99.6%
  • Batchfile 0.4%