odoc.odoc_utils
Odoc_utils.Json
odoc
odoc_model_semantics_test
odoc.document
odoc.examples
odoc.extension_api
odoc.extension_registry
odoc.html
odoc.html_support_files
odoc.index
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.markdown
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.occurrences
odoc.odoc
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref2
odoc.xref_test
ppxlib
yojson
type json = [
| `Null
| `Bool of bool
| `Float of float
| `String of string
| `Array of json list
| `Object of (string * json) list
]
val buffer_add_json : Buffer.t -> ([< `Array of 'a list | `Bool of bool | `Float of float | `Null | `Object of (String.t * 'a) list | `String of String.t ] as 'a) -> unit
val buffer_add_json_string : Buffer.t -> String.t -> unit
val to_string : ([< `Array of 'a list | `Bool of bool | `Float of float | `Null | `Object of (String.t * 'a) list | `String of String.t ] as 'a) -> string