json.md: cli-option --json is an alias of --data-binary

Closes #15197
This commit is contained in:
Sebastian Walz 2024-10-08 14:19:36 +02:00 committed by Daniel Stenberg
parent e8c024aa99
commit adca93b53c
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -24,7 +24,7 @@ Example:
Sends the specified JSON data in a POST request to the HTTP server. --json
works as a shortcut for passing on these three options:
--data [arg]
--data-binary [arg]
--header "Content-Type: application/json"
--header "Accept: application/json"