package liquidsoap-lang

  1. Overview
  2. Docs
Liquidsoap language library

Install

Dune Dependency

Authors

Maintainers

Sources

liquidsoap-2.2.3.tar.gz
md5=988ffcff06b32998c0810cc667247121
sha512=5e256f5413e933eecffa6a53ef17a0f586df1dcbb18de70c627b344f21d6f2c92ea770e4d9a416ac0a1aa4d21ce8872849cbe81c1ba6d9acfb973913a8dbb36c

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

Module Liquidsoap_lang.JsonSource

Sourcetype t = [
  1. | `Assoc of (string * t) list
  2. | `Tuple of t list
  3. | `String of string
  4. | `Bool of bool
  5. | `Float of float
  6. | `Int of int
  7. | `Null
]

A position.

Sourcetype parse_error = {
  1. pos : pos;
  2. message : string;
}
Sourceexception Parse_error of parse_error
Sourceval from_string : ?pos:pos list -> ?json5:bool -> string -> t
Sourceval to_string : ?compact:bool -> ?json5:bool -> t -> string
OCaml

Innovation. Community. Security.