7.1 /tmp/src/swipl-8.1.1/packages/http/json.pl: Reading and writing JSON serialization
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
    • Packages
      • SWI-Prolog HTTP support
        • Supporting JSON
          • /tmp/src/swipl-8.1.1/packages/http/json.pl: Reading and writing JSON serialization
            • atom_json_term/3
            • json_read/2
            • json_read/3
            • json_write/2
            • json_write/3
            • is_json_term/1
            • is_json_term/2
            • json_read_dict/2
            • json_read_dict/3
            • json_write_dict/2
            • json_write_dict/3
            • atom_json_dict/3
            • json_read/2
            • json_read/3
            • json_write/2
            • json_write/3
            • is_json_term/1
            • is_json_term/2
            • json_read_dict/2
            • json_read_dict/3
            • json_write_dict/2
            • json_write_dict/3
Availability::- use_module(library(http/json)).
Source[semidet]is_json_term(@Term)
[semidet]is_json_term(@Term, +Options)
True if Term is a json term. Options are the same as for json_read/2, defining the Prolog representation for the JSON true, false and null constants.
Availability::- use_module(library(http/json)).
Source[semidet]is_json_term(@Term)
[semidet]is_json_term(@Term, +Options)
True if Term is a json term. Options are the same as for json_read/2, defining the Prolog representation for the JSON true, false and null constants.