Did you know ... Search Documentation:
Title for pldoc(dir_index)

json

Prolog files

json.pl  -- Reading and writing JSON serializationShow source
atom_json_dict/3Convert between textual representation and a JSON term represented as a dict.Source
atom_json_term/3Convert between textual representation and a JSON term.Source
is_json_term/1True if Term is a json term.Source
is_json_term/2True if Term is a json term.Source
json/4The predicate json/4 implements JSON quasi quotations.Source
json_dict_pairs/2This hook may be used to order the keys of an object.Source
json_read/2Read next JSON value from Stream into a Prolog term.Source
json_read/3Read next JSON value from Stream into a Prolog term.Source
json_read_dict/2Read a JSON object, returning objects as a dicts.Source
json_read_dict/3Read a JSON object, returning objects as a dicts.Source
json_write/2Write a JSON term to Stream.Source
json_write/3Write a JSON term to Stream.Source
json_write_dict/2Write a JSON term, represented using dicts.Source
json_write_dict/3Write a JSON term, represented using dicts.Source
json_write_hook/4Hook that can be used to emit a JSON representation for Term to Stream.Source
json_convert.pl  -- Convert between JSON terms and Prolog application termsShow source
json_grammar.pl  -- JavaScript grammarShow source
json_token/3Matches and classifies the next JavaScript token.Source
json_rpc_client.pl  -- JSON RPC clientShow source
json_rpc_common.plShow source
json_rpc_send/3Source
json_rpc_server.pl  -- JSON RPC ServerShow source
json_method/1Methods is a comma-list of JSON RPC method declarations.Source
json_rpc_dispatch/2Run the JSON RPC dispatch loop until end of file is reached on Stream.Source
json_rpc_dispatch_request/4Handle a request that has been read from Stream, possibly sending a reply to Stream.Source
json_rpc_error/2Normally called from a method implementation to raise an application error.Source
json_rpc_error/3Normally called from a method implementation to raise an application error.Source
json_schema.pl  -- JSON Schema reader and validatorShow source
json_check/3Validate a JSON object.Source
json_compile_schema/3Load and translated a JSON Schema.Source
json_validate/3Given a file holding a JSON Schema and a Prolog dict holding JSON data, validate the data against the schema.Source