You've already forked httpie-cli
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:
committed by
GitHub
parent
c8c135ffff
commit
ec4fb84254
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user