Index of values


E
error [Ag_util.Validation]

F
from_channel [Ag_util.Json]
Read a JSON value from a channel.
from_channel [Ag_util.Biniou]
Read a biniou value from a channel.
from_file [Ag_util.Json]
Read a JSON value from a channel.
from_file [Ag_util.Biniou]
Read a biniou value from a file.
from_lexbuf [Ag_util.Json]
Read a JSON value from a lexbuf.
from_string [Ag_util.Json]
Convert a JSON value from a string.

G
get_doc [Ag_doc]
Get and parse doc data from annotations.

L
list_from_channel [Ag_util.Json]
Read a list of JSON values from a channel.
list_from_file [Ag_util.Json]
Read a list of JSON values from a file.
list_from_string [Ag_util.Json]
Read a list of JSON values from a channel.
list_to_channel [Ag_util.Json]
Write a list of values to a channel.
list_to_file [Ag_util.Json]
Write a list of values to a file.
list_to_string [Ag_util.Json]
Write a list of values to a string.

P
preset_unknown_field_handler [Ag_util.Json]
preset_unknown_field_handler src_loc field_name raises a Failure exception with a message containing the location of the type definition in the source ATD file (src_loc) and the name of the field (field_name).

S
stream_from_channel [Ag_util.Json]
Read a stream of JSON values from a channel.
stream_from_file [Ag_util.Json]
Read a stream of JSON values from a file.
stream_from_lexbuf [Ag_util.Json]
Read a stream of JSON values from a lexbuf.
stream_from_string [Ag_util.Json]
Read a stream of JSON values from a channel.
stream_to_channel [Ag_util.Json]
Write a stream of values to a channel.
stream_to_file [Ag_util.Json]
Write a stream of values to a file.
stream_to_string [Ag_util.Json]
Write a stream of values to a string.
string_of_error [Ag_util.Validation]
string_of_path [Ag_util.Validation]
Reverse and concatenate a path into a string such as ".settings.ports[0]"

T
to_channel [Ag_util.Json]
Write a JSON value to a channel.
to_channel [Ag_util.Biniou]
Write a biniou value to a channel.
to_file [Ag_util.Json]
Write a JSON value to a file.
to_file [Ag_util.Biniou]
Write a biniou value to a file.
to_string [Ag_util.Json]
Write a JSON value to a string.

U
unknown_field_handler [Ag_util.Json]
Function called when an unknown JSON field is encountered if the code was generated by atdgen -json-strict-fields.