| Did you know ... | Search Documentation: | 
|  | Title for pldoc(dir_index) | 
| http_json.pl  -- HTTP JSON Plugin module  | ||
|---|---|---|
| post_data_hook/3 | Hook implementation that allows http_post_data/3 posting JSON objects using one of the forms below. |  | 
| http_convert_data/4 | Hook implementation that supports reading JSON documents. |  | 
| http_read_json/2 | Extract JSON data posted to this HTTP request. |  | 
| http_read_json/3 | Extract JSON data posted to this HTTP request. |  | 
| http_read_json_dict/2 | Similar to http_read_json/2,3, but by default uses the version 7 extended datatypes. |  | 
| http_read_json_dict/3 | Similar to http_read_json/2,3, but by default uses the version 7 extended datatypes. |  | 
| is_json_content_type/1 | True if ContentType is a header value (either parsed or as atom/string) that denotes a JSON value. |  | 
| json_type/1 | True if MediaType is a JSON media type. |  | 
| reply_json/1 | Formulate a JSON HTTP reply. |  | 
| reply_json/2 | Formulate a JSON HTTP reply. |  | 
| reply_json_dict/1 | As reply_json/1 and reply_json/2, but assumes the new dict based data representation. |  | 
| reply_json_dict/2 | As reply_json/1 and reply_json/2, but assumes the new dict based data representation. |  | 
| js_grammar.pl  -- Old JSON library  | ||
| json.pl  -- Old JSON library  | ||
| json_convert.pl  -- Old JSON conversion library  | ||