package liquidsoap-lang

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

Module Liquidsoap_lang.Builtins_jsonSource

Sourceval log : Hooks.log
Sourceval json_of_value : ?pos:Pos.t list -> Value.t -> Json.t
Sourceval type_of_json : [< `Assoc of (string * 'a) list | `Bool of 'b | `Float of 'c | `Int of 'd | `Null | `String of 'e | `Tuple of 'a list ] as 'a -> Lang.t
Sourceval nullable_deref : Type.t -> bool * Type.t
Sourcetype json_ellipsis_base = [
  1. | `Assoc of (string * string option * json_ellipsis) list
  2. | `List of json_ellipsis
  3. | `Tuple of json_ellipsis list
  4. | `String
  5. | `Bool
  6. | `Float
  7. | `Int
  8. | `Null
  9. | `Ignore
]
Sourceand json_ellipsis = bool * json_ellipsis_base
Sourceval string_of_json_ellipsis : (bool * [< `Assoc of (string * string option * 'a) list | `Bool | `Float | `Ignore | `Int | `List of 'a | `Null | `String | `Tuple of 'a list ]) as 'a -> string
Sourceexception Failed of json_ellipsis
Sourceval value_of_typed_json : ty:Type.t -> [< `Assoc of (string * 'a) list | `Bool of bool | `Float of float | `Int of int | `Null | `String of string | `Tuple of 'a list Assoc Bool Float Int String Tuple ] as 'a -> Lang.value
Sourcemodule JsonSpecs : sig ... end
Sourcemodule JsonValue : sig ... end
Sourceexception DeprecatedFailed
Sourceval deprecated_of_json : Value.t -> [> `Assoc of (string * 'a) list | `Bool of bool | `Float of float | `Int of int | `Null | `String of string | `Tuple of 'a list ] as 'a -> Lang.value
OCaml

Innovation. Community. Security.