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
bin = { name = "rq" }

args = []
stdout = ""
stderr = """
error: the following required arguments were not provided:
  <QUERY>

Usage: rq[EXE] <QUERY> [FILE_PATH]

For more information, try '--help'.
"""
status = { code = 2 }