package edn

  1. Overview
  2. Docs

Module Edn.JsonSource

Sourcetype json = [
  1. | `Assoc of (string * json) list
  2. | `Bool of bool
  3. | `Float of float
  4. | `Int of int
  5. | `List of json list
  6. | `Null
  7. | `String of string
]
Sourceval from_json : ?keywordize:bool -> json -> t
Sourceval to_json : t -> json
OCaml

Innovation. Community. Security.