Expect to have some options like jq
for example, we can use some options like -r -c to remove quotation mark
Hi, -r should be fairly easy. -c is the default for jqjq at the moment but would be nice to behave like standard jq (to indent), if so maybe jqjq should implement its own tojson function with indent support? I think i have some code in fq that could be adapted.
Something you would like to look at?
To list some more, so we have them tracked, I'd like to have --raw-input/-R and --join-output/-j supported by jqjq and the ability to forward options like --unbuffered to jq.
@aib628 -r and -c are now supported thanks to @thaliaarchi
great! this issue will close.