Skip to content

Commit

Permalink
http/post/json.md: fix incorrectly matched quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored and bagder committed Dec 14, 2023
1 parent 48a41f2 commit 0ad7e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/post/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ any way merge the JSON object as per JSON.

Send JSON from a file and concatenate a string to the end:

curl --json @json.txt --json ", "end": "true"}' https://example.com/
curl --json @json.txt --json ', "end": "true"}' https://example.com/

## Crafting JSON to send

Expand Down

0 comments on commit 0ad7e59

Please sign in to comment.