Jan de Haan

Results 4 issues of Jan de Haan

**Describe the bug** Given the input, which is apparently is wrong, I would have expected an error message. **To Reproduce** ``` $ echo '{ "atribute1": { "attribute2": "name1", "attribute3": {...

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" } }...

support