Class type Js.json

class type json = object .. end
Specification of Javascript JSON object.

method parse : 'a. js_string t -> 'a meth
method stringify : 'a. 'a -> js_string t meth