[ANN] ppx_deriving_ezjsonm

I’m happy to announce the release of ppx_deriving_ezjsonm (based off of ppx_deriving_yaml). The two libraries share a common definition of a “value” which made the reuse of the existing deriver possible for a simple JSON deriver.

opam update
opam install ppx_deriving_ezjsonm

The documentation is online.

This library may come in handy when your dependency cone already includes ezjsonm. If that is not the case, you would probably have better luck in the yojson ecosystem of tools.

Happy JSON-ing :camel:

3 Likes