Lines Matching refs:json
4 Long: json
16 - --json '{ "drink": "coffe" }' $URL
17 - --json '{ "drink":' --json ' "coffe" }' $URL
18 - --json @prepared $URL
19 - --json @- $URL < json.txt
22 # `--json`
24 Sends the specified JSON data in a POST request to the HTTP server. --json
28 --header "Content-Type: application/json"
29 --header "Accept: application/json"
36 stdin. Posting data from a file named 'foobar' would thus be done with --json
37 @foobar and to instead read the data from stdin, use --json @-.