From 324ec8c094c90fbe0e497f3c13a621ffa2c96f68 Mon Sep 17 00:00:00 2001 From: ynqa Date: Mon, 25 Mar 2024 19:23:58 +0900 Subject: [PATCH] update readme: accept multiple json structures --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d6f9b1..143c6bb 100644 --- a/README.md +++ b/README.md @@ -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)