package jsonxt

  1. Overview
  2. Docs

Module Extended.ComplianceSource

Sourceval lex_string : string -> string
Sourceval lex_number : Jsonxt__.Tokens.token -> Jsonxt__.Tokens.token
Sourceval lex_integer : Jsonxt__.Tokens.token -> Jsonxt__.Tokens.token
Sourceval lex_largeint : Jsonxt__.Tokens.token -> Jsonxt__.Tokens.token
Sourceval lex_tuple : Jsonxt__.Tokens.token -> bool
Sourceval lex_variant : Jsonxt__.Tokens.token -> bool
Sourceval comment_check : unit -> (unit, string) result
Sourceval number_to_string : float -> string
Sourceval number : [ `Float of float | `Infinity | `Neginfinity | `Nan | `Floatlit of string ] -> json
Sourceval integer : int -> json
Sourceval largeint : string -> json
Sourceval null : json
Sourceval string : string -> json
Sourceval bool : bool -> json
Sourceval assoc : (string * json) list -> json
Sourceval list : json list -> json
Sourceval tuple : json list -> json
Sourceval variant : string -> json option -> json
Sourcemodule Stream : sig ... end
OCaml

Innovation. Community. Security.