kellyjonbrazil t1_is83o8i wrote on October 14, 2022 at 12:00 AM Reply to comment by RealFunBobby in I'm developing a new command line tool for querying and transforming JSON files , called ~Q (pronounced "unquery"). My design goal is to create a tool that is powerful yet easy to use (aim to be more intuitive for users than existing tools such as jq). Let me know your thoughts and suggestions. by sela_mad I also created jello, which is like jq but uses python syntax. https://github.com/kellyjonbrazil/jello Permalink Parent 2
kellyjonbrazil t1_is83o8i wrote
Reply to comment by RealFunBobby in I'm developing a new command line tool for querying and transforming JSON files , called ~Q (pronounced "unquery"). My design goal is to create a tool that is powerful yet easy to use (aim to be more intuitive for users than existing tools such as jq). Let me know your thoughts and suggestions. by sela_mad
I also created jello, which is like jq but uses python syntax.
https://github.com/kellyjonbrazil/jello