Skip to main content


Should #trurl accept JSON input? If so how? I need your input and feedback on this:

github.com/curl/trurl/pull/311

in reply to daniel:// stenberg://

I think... this is something I would prefer to see omitted..? For manipulating JSON input I already have jq(1), and frankly a small library of function definitions in a jq library file would suffice. It adds quite a lot of code to a small, simple tool and offers the mild benefit of naturally extending an input type to accept another format.

(Probably my bias towards unix-y pipelines with composable tools is showing here; this feature might appeal more to cygwin/Windows users.)

in reply to Ben Zanin

@gnomon that's in the direction I'm leaning towards as well, it's just that we have had quite a few persons asking for something like this...