Module Openai_gym.Json_t

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 -> Stdlib.Lexing.lexbuf -> json
val to_string : json -> string