Amber The Programming Language
You will find many of the language features familiar, allowing you to get up and running much faster than if you were learning Bash from scratch. It’s one of the key components missing from regular shell scripts. It can help you catch many bugs at compile time.
—
https://amber-lang.com/
Month: May 2024
JSON command-line toolbox (jq, g
JSON command-line toolbox (jq, gron, jc, etc)
The JSON format is the backbone of current Internet protocols and APIs, and this article contains a list of tools to make a better use of it from the command-line, without the need of writing complex programs to read, search, parse, transform and transmit JSON data.
—
https://racum.blog/articles/json-toolbox/