Hacker News new | ask | show | jobs
by roycoding 4334 days ago
jq has proven useful for dealing with JSON. A nice way to reduce or reformat your data.

http://stedolan.github.io/jq/

1 comments

I love jq. I've always wondered, is there an equivalent for working with XML? Not that I prefer XML over JSON, just that I seem to deal with a lot of services still serving XML. Ugh.
I have played a bit with XMLStarlet [1] and xml-coreutils [2], but not too much. Let me know how you find them!

[1] http://xmlstar.sourceforge.net

[2] http://xml-coreutils.sourceforge.net