package linol

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Import.JsonSource

Sourcetype t = [
  1. | `Assoc of (string * t) list
  2. | `Bool of bool
  3. | `Float of float
  4. | `Int of int
  5. | `Intlit of string
  6. | `List of t list
  7. | `Null
  8. | `String of string
  9. | `Tuple of t list
  10. | `Variant of string * t option
]
Sourceexception Of_json of string * t
Sourceval error : string -> t -> 'a
Sourcemodule Jsonable : sig ... end
Sourceval field : ('a * 'b) list -> 'a -> ('b -> 'c) -> 'c option
Sourceval field_exn : (string * t) list -> string -> (t -> 'a) -> 'a
Sourcemodule Conv : sig ... end
OCaml

Innovation. Community. Security.