json.pl -- Reading and writing JSON serialization![]() | ||
|---|---|---|
json_convert.pl![]() | ||
| current_json_object/3 | Multifile predicate computed from the json_object/1 declarations. | ![]() |
| json_object/1 | Declare a JSON object. | ![]() |
| json_to_prolog/2 | Translate a JSON term into an application term. | ![]() |
| prolog_bool_to_json/2 | JSON is the JSON boolean for Prolog. | ![]() |
| prolog_to_json/2 | Translate a Prolog application Term into a JSON object term. | ![]() |
json_grammar.pl -- JavaScript grammar![]() | ||
json_rpc_client.pl -- JSON RPC client![]() | ||
json_rpc_common.pl![]() | ||
json_rpc_server.pl -- JSON RPC Server![]() | ||
json_schema.pl![]() | ||
| json_check/3 | Validate a JSON object. | ![]() |
| json_compile_schema/3 | Load and translated a JSON Schema. | ![]() |
| json_validate/3 | Given a file holding a JSON Schema and a Prolog dict holding JSON data, validate the data against the schema. | ![]() |