Module Wcs_lib.Json_t

JSON type definition.

type safe = Yojson.Safe.json
type basic = Yojson.Basic.json
type json = basic
Serialization/deserialization functions for atdgen
type lexer_state = Yojson.Basic.lexer_state
type bi_outbuf_t = Bi_outbuf.t
val write_json : bi_outbuf_t ‑> json ‑> unit
val read_json : lexer_state ‑> Lexing.lexbuf ‑> json
val to_string : json ‑> string