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

  • json
    • http
      • 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
      • json.pl -- Old JSON library
 json_type(?MediaType) is semidet[multifile, library(http/http_json)]
True if MediaType is a JSON media type. http_json:json_type/1 is a multifile predicate and may be extended to facilitate non-conforming clients.
Arguments:
MediaType- is a term Type/SubType, where both Type and SubType are atoms.