Module Js_of_ocaml__.Json
val output : 'a -> Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t
Marshal any OCaml value into this JSON representation.
val unsafe_input : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'a
Unmarshal a string in JSON format as an OCaml value (unsafe but fast !).