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 Nov 18, 2023
1 parent 9ab3f74 commit 211cee5
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 211cee5

Please sign in to comment.