package piqi

  1. Overview
  2. Docs
Protocol Buffers, JSON and XML serialization system for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.7.8.tar.gz
sha256=22ee106ad3024b651d080c6c906dac1ad9cd22ece9972742081d09711c764a19
md5=e9bd34d56f33c3fe6cfa133341f96bdf

doc/piqirun.ext/Piqirun_ext/index.html

Module Piqirun_extSource

Sourcetype input_format = [
  1. | `json
  2. | `pb
  3. | `piq
  4. | `pib
  5. | `xml
]
Sourcetype output_format = [
  1. | input_format
  2. | `json_pretty
  3. | `xml_pretty
]
Sourcetype piqi_type
Sourcetype options
Sourceval init_piqi : string -> unit
Sourceval find_piqi_type : string -> piqi_type
Sourceval make_options : ?pretty_print:bool -> ?json_omit_missing_fields:bool -> ?json_omit_null_fields:bool -> ?use_strict_parsing:bool -> ?piq_frameless_output:bool -> ?piq_frameless_input:bool -> ?piq_relaxed_parsing:bool -> unit -> options
Sourceval convert : ?opts:options -> piqi_type -> input_format -> output_format -> string -> string
OCaml

Innovation. Community. Security.