json

Prolog files

json.pl  -- Reading and writing JSON serializationShow source
json_convert.pl  -- Convert between JSON terms and Prolog application termsShow source
json_grammar.plShow 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_server.plShow 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