https://futureofcoding.org/ logo
Title
d

dnmfarrell

11/05/2021, 1:59 AM
I can never remember jq's syntax so I wrote a json processor that parses json input onto a stack, and transforms the JSON by chaining simple stack operations together. It feels a lot more natural to me, but maybe I'm too close to the code 🙂 https://github.com/dnmfarrell/jp
💡 1
❤️ 1
k

Kartik Agaram

11/05/2021, 4:48 PM
OMG, written in shell! No dependencies. Immediate install.
d

dnmfarrell

11/05/2021, 5:21 PM
Hah, thanks! if you get to using it, I'd appreciate any feedback you have
k

Kartik Agaram

11/05/2021, 5:23 PM
Yeah. I'm going to keep it in mind next time I reach for jq. It's not very often but it does happen.
👍 1