Jan de Haan
Jan de Haan
Would like to have the following: From a collapsed view, searching for an attribute by name, result in showing only the full recursive path to it.
Hi, thank you for your great tool. It really helps in my day to day work. A search option for attributes by name resulting in all paths of the attributes...
# Bug description During developing a larger solution, unexpected output was generated. # Reproduction Minimal test case: ```console echo '{"a":{"b":"g"}}{"a":{"c":"h"}}{"a":{"d":"i"}}{"e":{"f":"j"}}' | jq 'inputs' { "a": { "c": "h" } }...
input: {"z":{"a":{"b":"c"},"g":{"b":"d"},"h":{"b":"e"},"i":{"b":"f"}}} expression: z.*|[?b == \`d\`] on the playground returns: [ { "b": "d" } ] but on Debian 12.5 jp version 0.2.1 with: jp --filename z.json --expr-file z.jp returns:...