json

Prolog files

json.pl  -- Reading and writing JSON serializationShow source
json_convert.plShow source
current_json_object/3Multifile predicate computed from the json_object/1 declarations.Source
json_object/1Declare a JSON object.Source
json_to_prolog/2Translate a JSON term into an application term.Source
prolog_bool_to_json/2JSON is the JSON boolean for Prolog.Source
prolog_to_json/2Translate a Prolog application Term into a JSON object term.Source
json_grammar.pl  -- JavaScript grammarShow source
json_rpc_client.pl  -- JSON RPC clientShow source
json_rpc_common.plShow source
json_rpc_server.pl  -- JSON RPC ServerShow source
json_schema.plShow source
json_check/3Validate a JSON object.Source
json_compile_schema/3Load and translated a JSON Schema.Source
json_validate/3Given a file holding a JSON Schema and a Prolog dict holding JSON data, validate the data against the schema.Source