1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-17 01:42:46 +02:00

Document restriction on top-level JSON types explicitly (#1496)

* Document restriction on top-level JSON types explicitly

* Update docs/README.md

---------

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
This commit is contained in:
Boris Verkhovskiy
2023-05-23 15:11:41 +03:00
committed by GitHub
parent c8c135ffff
commit ec4fb84254

View File

@ -915,6 +915,8 @@ http --offline --print=B pie.dev/post \
"]": 3
},
"foo[bar]": 1
}
```
If you want to send the literal backslash character (`\`), escape it with another backslash: