json_of_jsonm 1.0.0 has been released. This provides a layer on top of jsonm to encode and decode text to a json
type. Key features include:
- The
json
type is compatible with and a subset of yojson’sjson
type - Both string and channel interfaces are provided
- The API supports Pervasives.result and exceptions to handle errors
- A functor is provided to implement additional I/O mechanisms. The README includes an Async example.
- The string module defines a standard
t
,of_string
andto_string
interface