Volodymyr Gubarkov
Volodymyr Gubarkov
Why? Such that in glob + pg (#155) we keep having glob named by `filenameN`, not `filenameN@@`
Let's take a look at how other tools report errors and see if we need to adjust.
Hi! This works (note conflicting field "a"): ``` $ printf 'json.a="STR";\njson.a=1;\n' | gron -u { "a": 1 } ``` this no: ``` $ printf 'json.a=1;\njson.a="STR";\n' | gron -u failed to...
https://news.ycombinator.com/item?id=25009263
Can this solve below? 