Kxclib_js.Json_ext
Json_ext
concerns the type xjv
, meaning external json value.
It only makes sense on a virtual machine shared with a JavaScript runtime.
type xjv = private js_val
val to_xjv : Kxclib.Json.jv -> xjv
val of_xjv : xjv -> Kxclib.Json.jv
val to_json_string : Kxclib.Json.jv -> string
val of_json_string_opt : string -> Kxclib.Json.jv option