package awsm

  1. Overview
  2. Docs

Module Awsm.JsonSource

include module type of struct include Awsm_codegen.Json end
Sourcetype t = [
  1. | `Null
  2. | `Bool of bool
  3. | `Int of int
  4. | `Intlit of string
  5. | `Float of float
  6. | `String of string
  7. | `Assoc of (string * t) list
  8. | `List of t list
]
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval __t_of_sexp__ : Sexplib0.Sexp.t -> t
Sourceexception Json_error of string
Sourceval from_string : string -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.