Make.1-Jval to_string : t -> (string, [ `Msg of string ]) Stdlib.resultConvert the JSON to a string.
val string : string -> tCreate a JSON string.
val to_float : t -> (float, [ `Msg of string ]) Stdlib.resultConvert the JSON to a float.
val float : float -> tConverts a float to JSON
to_list f converts the JSON array to a list and applies f to each element to convert them too.
Like to_list except to an array.
val null : tNull value
val is_null : t -> boolTest for null