/usr/local/lib/swipl/library/ext/http/http/http_json.pl
All Application Manual Name SummaryHelp

  • http
    • http
      • http_unix_daemon.pl
      • thread_httpd.pl
      • http_wrapper.pl
      • http_header.pl
      • http_stream.pl
      • http_exception.pl
      • http_path.pl
      • http_dispatch.pl
      • http_host.pl
      • http_json.pl -- HTTP JSON Plugin module
        • is_json_content_type/1
        • json_type/1
        • http_read_json/2
        • http_read_json/3
        • http_read_json_dict/2
        • http_read_json_dict/3
        • reply_json/1
        • reply_json/2
        • reply_json_dict/1
        • reply_json_dict/2
        • post_data_hook/3
        • http_convert_data/4
      • http_client.pl
      • json.pl
      • http_open.pl -- HTTP client library
      • http_parameters.pl -- Extract parameters (GET and POST) from HTTP requests
      • http_multipart_plugin.pl
      • http_hook.pl
      • html_write.pl
      • html_quasiquotations.pl
      • html_decl.pl
      • js_write.pl
      • js_grammar.pl -- JavaScript grammar
      • http_server_files.pl
      • hub.pl
      • websocket.pl
      • http_session.pl
      • http_cors.pl
      • mimetype.pl
      • html_head.pl -- Automatic inclusion of CSS and scripts links
      • term_html.pl
      • http_dyn_workers.pl
      • json_convert.pl
 http_read_json_dict(+Request, -Dict) is det
 http_read_json_dict(+Request, -Dict, +Options) is det
Similar to http_read_json/2,3, but by default uses the version 7 extended datatypes.