Lines Matching full:json
4 Long: json
6 Help: HTTP POST 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"
31 There is **no verification** that the passed in data is actual JSON or that
37 --json @foobar and to instead read the data from stdin, use --json @-.