Module Json.ValueSource

Sourceval to_string : t -> string

to_string j is the compact (minified) JSON text of j.

Sourceval of_string : string -> (t, string) result

of_string s parses s, or returns an error message.

Sourceval of_string_exn : string -> t

of_string_exn s parses s; raises Invalid_argument on a parse error.