Crdt.Value_codec

crdt · API reference

JSON codec for Value.t using jsont

module J : sig ... end
type json = J.json
val to_json : Value.t -> json
val of_json : json -> Value.t
val encode : Value.t -> string
val encode_pretty : Value.t -> string
val decode : string -> (Value.t, string) result