| Did you know ... | Search Documentation: |
| Title for pldoc(dir_index) |
json.pl -- Reading and writing JSON serialization![]() | ||
|---|---|---|
| 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_dict_pairs/2 | This hook may be used to order the keys of an object. | ![]() |
| 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/2 | Write a JSON term to Stream. | ![]() |
| json_write/3 | Write a JSON term to Stream. | ![]() |
| json_write_dict/2 | Write a JSON term, represented using dicts. | ![]() |
| json_write_dict/3 | Write a JSON term, represented using dicts. | ![]() |
| json_write_hook/4 | Hook that can be used to emit a JSON representation for Term to Stream. | ![]() |
json_convert.pl -- Convert between JSON terms and Prolog application terms![]() | ||
json_grammar.pl -- JavaScript grammar![]() | ||
| json_token/3 | Matches and classifies the next JavaScript token. | ![]() |
json_rpc_client.pl -- JSON RPC client![]() | ||
| 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 RPC Server![]() | ||
| 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 Schema reader and validator![]() | ||