deepseek.dsml
Json.Value
deepseek.cmd
val to_string : t -> string
to_string j is the compact (minified) JSON text of j.
to_string j
j
val of_string : string -> (t, string) result
of_string s parses s, or returns an error message.
of_string s
s
val of_string_exn : string -> t
of_string_exn s parses s; raises Invalid_argument on a parse error.
of_string_exn s
Invalid_argument