Crdt.Value_codec
crdt · API reference
JSON codec for Value.t using jsont
module J : sig ... endtype json = J.jsonval to_json : Value.t -> jsonval of_json : json -> Value.tval encode : Value.t -> stringval encode_pretty : Value.t -> stringval decode : string -> (Value.t, string) result