json.pl![]() | ||
|---|---|---|
| atom_json_dict/3 | Convert between textual representation and a JSON term represented as a dict. | ![]() |
| atom_json_term/3 | Convert between textual representation and a JSON term. | ![]() |
| is_json_term/1 | True if Term is a json term. | ![]() |
| is_json_term/2 | True if Term is a json term. | ![]() |
| json/4 | The predicate json/4 implements JSON quasi quotations. | ![]() |
| json_read/2 | Read next JSON value from Stream into a Prolog term. | ![]() |
| json_read/3 | Read next JSON value from Stream into a Prolog term. | ![]() |
| json_read_dict/2 | Read a JSON object, returning objects as a dicts. | ![]() |
| json_read_dict/3 | Read a JSON object, returning objects as a dicts. | ![]() |
| json_write_dict/2 | Write a JSON term, represented using dicts. | ![]() |
| json_write_dict/3 | Write a JSON term, represented using dicts. | ![]() |
json_convert.pl -- Convert between JSON terms and Prolog application terms![]() | ||
json_grammar.pl -- JavaScript grammar![]() | ||
json_rpc_client.pl -- JSON RPC client![]() | ||
json_rpc_common.pl![]() | ||
json_schema.pl -- JSON Schema reader and validator![]() | ||