json.pl -- Reading and writing JSON serialization![]() | ||
|---|---|---|
json_convert.pl -- Convert between JSON terms and Prolog application terms![]() | ||
json_grammar.pl -- JavaScript grammar![]() | ||
json_rpc_client.pl![]() | ||
| json_batch/5 | Run a batch of notifications and normal calls on the JSON server at the other end of Stream. | ![]() |
| json_call/4 | Run Goal on a JSON RPC service identified by Stream and wait for Result. | ![]() |
| json_full_duplex/2 | Start the thread for incomming data and on requests, dispatch them using library(jso_rpc_server) in the module derived from the Options list. | ![]() |
| json_notify/3 | Run Goal on a JSON RPC service identified by Stream without waiting for the result. | ![]() |
json_rpc_common.pl![]() | ||
json_rpc_server.pl![]() | ||
| json_method/1 | Methods is a comma-list of JSON RPC method declarations. | ![]() |
| json_rpc_dispatch/2 | Run the JSON RPC dispatch loop until end of file is reached on Stream. | ![]() |
| json_rpc_dispatch_request/4 | Handle a request that has been read from Stream, possibly sending a reply to Stream. | ![]() |
| json_rpc_error/2 | Normally called from a method implementation to raise an application error. | ![]() |
| json_rpc_error/3 | Normally called from a method implementation to raise an application error. | ![]() |
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. | ![]() |