package mustache

  1. Overview
  2. Docs

Module Mustache.JsonSource

Sourcetype value = [
  1. | `Null
  2. | `Bool of bool
  3. | `Float of float
  4. | `String of string
  5. | `A of value list
  6. | `O of (string * value) list
]

Compatible with Ezjsonm

Sourcetype t = [
  1. | `A of value list
  2. | `O of (string * value) list
]
OCaml

Innovation. Community. Security.