rsonpath 0.10.1

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

args = ["--compile", "$"]
stdout = """
digraph {
node [shape=circle style=filled gradientangle=45 fillcolor=gray ]; 0
node [shape=doublecircle style=filled gradientangle=45 fillcolor="white;0.5 :white"]; 1
  0 -> 0 [label="*"]
  1 -> 0 [label="*"]
}
"""