package json_of_jsonm

  1. Overview
  2. No Docs
json_of_jsonm_lib is a JSON encoder and decoder library that converts text to and from a

Install

Authors

Maintainers

Sources

json_of_jsonm-1.0.0.tbz
md5=1503d4bcb108325c723405271f32bc56

Description

json type. The library has the following features:

  • Uses jsonm to do the actual stream encoding and decoding
  • The json type is compatible with and a subset of yojson's json type
  • Provides both string and channel interfaces by default
  • The Json_string module provides a standard type t interface in addition to the json type
  • Both result and exception functions are provided in most cases
  • The Json_encoder_decoder functor allows additional IO mechanisms, including Async, to be defined easily.

Published: 02 Feb 2018

Dependencies (3)

  1. jsonm
  2. jbuilder >= "1.0+beta7"
  3. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None