tree-sitter-json 0.24.8

JSON grammar for tree-sitter
Documentation
{
  "grammars": [
    {
      "name": "json",
      "camelcase": "JSON",
      "scope": "source.json",
      "path": ".",
      "file-types": [
        "json"
      ],
      "highlights": "queries/highlights.scm"
    }
  ],
  "metadata": {
    "version": "0.24.8",
    "license": "MIT",
    "description": "JSON grammar for tree-sitter",
    "authors": [
      {
        "name": "Max Brunsfeld",
        "email": "maxbrunsfeld@gmail.com"
      }
    ],
    "links": {
      "repository": "https://github.com/tree-sitter/tree-sitter-json"
    }
  },
  "bindings": {
    "c": true,
    "go": true,
    "node": true,
    "python": true,
    "rust": true,
    "swift": true
  }
}