Category: JSON
Built and Open-Sourced A Few Mini Tools with AI Recently, I used ChatGPT-4o and o4-mini to quickly build and open-source a few handy tools (100% client based, local/javascript). The …
Chrome is deprecating the Manifest v2 From June 2024. And this post will show you the steps to convert your extension with Manifest v2 to Manifest v3. Google has …
The error message “error converting YAML to JSON: yaml: line XX: mapping values are not allowed in this context” typically indicates an issue with the syntax of your YAML …
Teaching Kids Programming: Videos on Data Structures and Algorithms Explaining JSON to Kids JSON – JavaScript Object Notation. This is a lightweight data interexchange format that we use to …
The parameters can be passed as command line to the shell scripts as $1, $2 etc. However, if there are many parameters, passing via command line is not ideal …