Derivers for Yaml and JSON

This repository contains the source code for:

Installation

You may need to update your opam-repository.

opam update
opam install ppx_deriving_yaml     # For the Yaml deriver
opam install ppx_deriving_ezjsonm  # For the Ezjsonm deriver
opam install ppx_deriving_yamlx    # For the YAMLx deriver

Documentation

The latest documentation is available here.

The documentation contains sample programs.