package piqi

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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.