#development #reading-list #tools

🔗 Jo: JSON output from a shell
simonwillison.net

jo (via) Neat little C utility (available via brew/apt-get install etc) for conveniently outputting JSON from a shell: jo -p name=jo n=17 parser=false will output a JSON object with string, integer and boolean values, and you can nest it to create nested objects. Looks very handy.

continue reading on simonwillison.net

⚠️ This post links to an external website. ⚠️