package json-derivers

  1. Overview
  2. Docs

Module Json_derivers.JsonmSource

Sourcetype value = [
  1. | `Null
  2. | `Bool of Base.bool
  3. | `Float of Base.float
  4. | `String of Base.string
  5. | `A of value Base.list
  6. | `O of (Base.string * value) Base.list
]
Sourceval sexp_of_value : value -> Base.Sexp.t
Sourceval value_of_sexp : Base.Sexp.t -> value
Sourcetype t = [
  1. | `A of value Base.list
  2. | `O of (Base.string * value) Base.list
]
Sourceval sexp_of_t : t -> Base.Sexp.t
Sourceval t_of_sexp : Base.Sexp.t -> t
Sourceval compare : t -> t -> Base.int
Sourceval hash : t -> Base.int
OCaml

Innovation. Community. Security.