MariaDB offers the JSON column type, which allows one to save JSON files and query their contents in a structured way. During experiments with this type, I found missing syntax highlighting of several ...
The query syntax looks somewhat like jq but it seems to be different. For example cat json | jq 'select(.event == "foo").value' would yield all the values for objects where "event" == "foo", but this ...