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
Many configurations or data-sources for my projects are stored in this format
{
"key": "value",
"object": {
"nestedKey": "value"
}
}
CLI tool for JSON data