package jsonoo

  1. Overview
  2. Docs

Parameters

module T : Ojs.T

Signature

include Ojs.T with type t = T.t
type js := Ojs.t
type t = T.t
val t_to_js : t -> js
val t_of_js : js -> t
exception Decode_error of string
val try_parse_opt : string -> t option

Try to parse the string into JSON, return Some if successful, None otherwise

val try_parse_exn : string -> t

Try to parse the string into JSON, raise Decode_error if it fails

val stringify : ?spaces:int -> t -> string

Use JSON.stringify to turn JSON into a string. Specify spaces to control the indentation size.

module Decode : sig ... end
module Encode : sig ... end
OCaml

Innovation. Community. Security.