Lines Matching full:json
147 " JSON quoted string with json, URL encode the string with url or base64\n"
2798 " --json <data>\n"
2799 " (HTTP) Sends the specified JSON data in a POST request to the\n"
2800 " HTTP server. --json works as a shortcut for passing on these\n"
2806 " --header \"Content-Type: application/json\"\n"
2807 " --header \"Accept: application/json\"\n"
2809 " There is no verification that the passed in data is actual JSON\n"
2817 " named 'foobar' would thus be done with --json @foobar and to in-\n"
2818 " stead read the data from stdin, use --json @-.\n"
2827 " --json can be used several times in a command line\n"
2832 " curl --json '{ \"drink\": \"coffe\" }' https://example.com\n"
2833 " curl --json '{ \"drink\":' --json ' \"coffe\" }' https://example.com\n"
2834 " curl --json @prepared https://example.com\n"
2835 " curl --json @- https://example.com < json.txt\n"
6578 " json outputs the content using JSON string quoting rules.\n"
6836 " A JSON object with all HTTP response headers from the re-\n"
6846 " header, each value is presented in the JSON array.\n"
6862 " `json` A JSON object with all available keys. (Added in 7.70.0)\n"