Skip to content

Commit

Permalink
update readme: accept multiple json structures
Browse files Browse the repository at this point in the history
  • Loading branch information
ynqa committed Mar 25, 2024
1 parent 0618fa9 commit 324ec8c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ and [jiq](https://github.com/fiatjaf/jiq).

- Interactive JSON viewer and `jq` filter editor
- Syntax highlighting for JSON
- Accept JSON from stdin, file, URL
- Capable of accommodating various format
- Input: File, Stdin
- Data: A JSON or multiple JSON structures
that can be deserialized with
[StreamDeserializer](https://docs.rs/serde_json/latest/serde_json/struct.StreamDeserializer.html),
such as [JSON Lines](https://jsonlines.org/)
- Auto-completion for the filter
- Only supports:
- [Identity](https://jqlang.github.io/jq/manual/#identity)
Expand Down

0 comments on commit 324ec8c

Please sign in to comment.