JSON for F#

Packages

NuGet

Packages (release and pre-release) for Chiron are released via NuGet. Chiron can be installed using the NuGet Package Manager, or the NuGet Console:

PM> Install-Package Chiron

Paket

Paket comes highly recommended as a dependency management tool for .NET projects (Chiron uses Paket tooling for development). Chiron has been designed to work well with Paket, respecting semantic versioning to make the most of the strict version control and version locking capabilities that Paket provides.

Additionally, Chiron is written as a single file that can be directly referenced as a source file using the Paket GitHub dependencies features.