Nico Williams
Nico Williams
Thanks. This can't really be seen as a jq-specific JSON extension. It has to be fixed.
This is not a bug, but a feature. Perhaps `stderr` should output raw when jq is in raw output mode, or perhaps we need a new `rawstderr` builtin. Or perhaps...
Yeah, this would be nice. Generic Unicode case conversion is a complex thing to do, and we don't really want to either write a Unicode library for jq to nor...
Interesting. Obviously there is no use for this new "kind" other than as an index into the array of colors. I'll think about it. Thanks for your contribution!
Ah, can you rebase and re-gen the bison outputs?
> Do I need to use older version of Bison? No. Any version will do provided it works.
I'll take a look at this. I haven't yet, but my idea for binary support was something like this: - have a binary "type" (not a first-class type) that is...
Well, if I _absolutely had_ to do this, I guess I'd: - add support for multiple input formats - add a "hidden" object/array to every object/array where comments are stored...
Moar crazy inputs: ``` $ cat file // a comment /* another */ [/* what is this? */ /* and this? */ null] ```
@mewalig I'm sorry but that response is not helpful. JSON *is* a standard. There's NO standard for JSON-with-comments to my knowledge. A helpful response would point to such a standard....