json.ml
transept
transept.core
transept.extension
transept.genlex
transept.json
transept.specs
transept.stream
transept.utils
1 2 3 4 5 6 7 type t = | Null | Bool of bool | Array of t list | Record of (string * t) list | Number of float | String of string
1 2 3 4 5 6 7
type t = | Null | Bool of bool | Array of t list | Record of (string * t) list | Number of float | String of string