jmespath / jmespath/jmespath.py
Add CLI support for JSON text sequences
Open
feature-request
- Dominant language
- Python
- Stars
- 2.4k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
[RFC 7464](https://tools.ietf.org/html/rfc7464) specifies a (fairly simple) format for sequences of JSON values, an alternative to having a giant array of values.
It's got support already in a bunch of places, including within the Python ecosystem (e.g. it is the output format of `twisted.logger`).
For comparison, e.g. jq already supports `jq --seq` to process JSON seqs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.