package piqi
-
piqirun.ext
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val find_piqi_type : string -> piqi_type
val 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
val convert :
?opts:options ->
piqi_type ->
input_format ->
output_format ->
string ->
string