rsonpath 0.10.1

Blazing fast JSONPath CLI tool powered by SIMD
1
2
3
4
5
6
7
8
9
10
11
12
13
14
bin = { name = "rq" }

args = ["-r", "count", "--force-input", "buffered", "$", "--json", "{}"]
status = { code = 1 }
stderr = """
Error: 
   0: \u001B[91mError running the main engine.\u001B[0m
   1: \u001B[91mAttempt to buffer reads on inline JSON input.\u001B[0m

\u001B[96mNote\u001B[0m: Query string: '\u001B[2m$\u001B[0m'.

Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
"""