💾 Archived View for freeshell.de › tldr › jello.gmi captured on 2023-09-28 at 16:36:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

jello

A command-line JSON processor using Python syntax.

More information.

cat {file.json} | jello
cat {file.json} | jello -s
cat {file.json} | jello -l
cat {file.json} | jello _[0]
cat {file.json} | jello '[i.{key_name} for i in _]'
cat {file.json} | jello '{"{my_new_key}": _.{key_name}, "{my_other_key}": _.{other_key_name}}'
cat {file.json} | jello -r '"{some text}: " + _.{key_name}'
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY