Leichtgewichtiger und flexibler JSON-Prozessor für die Kommandozeile

install:
apt install jq
use:
echo '[ { "test": 11235} ]' | jq
echo '[ { "test": 11235} ]' | jq --color-output . | less

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.