package yojson-five

  1. Overview
  2. Docs
type t =
  1. | Assoc of (string * t) list
  2. | List of t list
  3. | StringLit of string
  4. | IntLit of string
  5. | FloatLit of string
  6. | Bool of bool
  7. | Null
val to_basic : t -> [> `Assoc of (string * 'b) list | `Bool of bool | `Float of float | `Int of int | `List of 'a list | `Null | `String of string ] as 'a
val to_safe : t -> [> `Assoc of (string * 'b) list | `Bool of bool | `Float of float | `Int of int | `Intlit of string | `List of 'a list | `Null | `String of string ] as 'a
OCaml

Innovation. Community. Security.