jiq 2.21.1

Interactive JSON query tool with real-time output
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
source: src/syntax/mod.rs
expression: results
---
- - "\"hello\""
  - - content: "\"hello\""
      fg: green
- - "\"hello world\""
  - - content: "\"hello world\""
      fg: green
- - "\"hello \\\"escaped\\\" world\""
  - - content: "\"hello \\\"escaped\\\" world\""
      fg: green
- - "\"unicode: 世界\""
  - - content: "\"unicode: 世界\""
      fg: green