package awsm

  1. Overview
  2. Docs
include module type of struct include Awsm_codegen.Json end
type 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
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val t_of_sexp : Sexplib0.Sexp.t -> t
val __t_of_sexp__ : Sexplib0.Sexp.t -> t
exception Json_error of string
val from_string : string -> t
val to_string : t -> string
OCaml

Innovation. Community. Security.