Hacker News new | ask | show | jobs
by ldh 1520 days ago
Surely `rq` can't be far behind.
3 comments

I was going to post this the other day, but my project[0] isn't quite the same as jq. I didn't even know about jq when I had a need for some easy JSONL text extraction. No aggregation or complex querying -- just extracting from arrays/objects in my data.

Sorry to disappoint? :)

[0] https://github.com/aeshirey/jsx

Two maybe: one for the systems folk and another for data scientologists
Haha 100% sure there will be rq…
I think the joke was that it already exists.

https://github.com/dflemstr/rq

rq is criminally underrated. It is a universal convertor between json, avro, cbor, message-pack, toml, yaml and csv.

It misses XML though, and activity in development ;)

wow, thanks!