package piqilib

  1. Overview
  2. Docs
The Piqi library -- runtime support for multi-format Protobuf/JSON/XML/Piq data serialization and conversion

Install

Dune Dependency

Authors

Maintainers

Sources

v0.6.16.tar.gz
sha256=7490ab16b6f0f2496b58731c49eaa596985cbaff3be1edf3def8d61dae99fa53
md5=33121fae570f0949426bab875c809b78

doc/piqilib/Piqi_json_gen/index.html

Module Piqi_json_genSource

Sourceval hex : int -> char
Sourceval write_special : string -> int ref -> int -> Buffer.t -> string -> unit
Sourceval write_control_char : string -> int ref -> int -> Buffer.t -> char -> unit
Sourceval finish_string : string -> int ref -> Buffer.t -> unit
Sourceval write_string_body : Buffer.t -> string -> unit
Sourceval write_string : Buffer.t -> string -> unit
Sourceval json_string_of_string : string -> string
Sourceval json_string_of_float : float -> string
Sourceval write_float : Buffer.t -> float -> unit
Sourceval test_float : unit -> unit
Sourceval uint64_to_string : int64 -> string
Sourceval use_indent : bool ref
Sourceval indent_level : int ref
Sourceval indent : Buffer.t -> unit
Sourceval iter2_aux : (Buffer.t -> 'a -> 'b) -> (Buffer.t -> 'c) -> Buffer.t -> 'a list -> unit
Sourceval iter2 : (Buffer.t -> 'a -> 'b) -> (Buffer.t -> 'c) -> Buffer.t -> 'a list -> unit
Sourceval f_sep : Buffer.t -> unit
Sourceval write_json : Buffer.t -> json -> unit
Sourceval write_assoc : Buffer.t -> (string * json) list -> unit
Sourceval write_list : Buffer.t -> json list -> unit
Sourceval to_buffer : ?indent:bool -> Buffer.t -> json -> unit
Sourceval to_string : ?buf:Buffer.t -> ?len:int -> ?indent:bool -> json -> string
Sourceval to_channel : ?buf:Buffer.t -> ?len:'a -> ?indent:bool -> out_channel -> json -> unit
Sourceval format : json -> Easy_format.t
Sourceval format_field : (string * Piqi_json_type.json) -> Easy_format.t
Sourceval pretty_to_buffer : ?indent:bool -> Buffer.t -> json -> unit
Sourceval pretty_to_string : ?indent:bool -> json -> string
Sourceval pretty_to_channel : ?indent:bool -> out_channel -> json -> unit
OCaml

Innovation. Community. Security.