package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

Dune Dependency

Authors

Maintainers

Sources

liquidsoap-2.2.5.tar.gz
md5=8e4d35b2595e31ef5e7a96b605382787
sha512=3c8c9738cce1adad3707986527b52aac5e5a70f11f58e4aa3647972752275d72d1649657e46cec6afc4c543a4546cc312d1c9b1a4338f9bd6e41c0a702ec5118

doc/liquidsoap-lang/Liquidsoap_lang/Builtins_json/index.html

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.