Module Openai_gym.Json_t
type safe
= Yojson.Safe.json
type basic
= Yojson.Basic.json
type json
= basic
Serialization/deserialization functions for atdgen
val write_json : bi_outbuf_t -> json -> unit
val read_json : lexer_state -> Stdlib.Lexing.lexbuf -> json
val to_string : json -> string