JSON

JSON

Many configurations or data-sources for my projects are stored in this format

{
  "key": "value",
  "object": {
    "nestedKey": "value"
  }
}

JQ

CLI tool for JSON data

  • https://jqplay.org/
  • https://stedolan.github.io/jq/

Resources

  • https://jsonformatter.curiousconcept.com/

Backlinks

  • Shortcuts
    • Data Jar - JSON storage
logo