{
  "name": "simdjson",
  "href": "https://vcpkg.link/ports/simdjson",
  "supports": "all",
  "published_at": "2026-08-03T22:02:52.000Z",
  "is_deprecated": false,
  "is_featured": false,
  "documentation_href": null,
  "homepage_href": "https://simdjson.org/",
  "description": [
    "Parsing gigabytes of JSON per second : used by Facebook/Meta Velox, the Node.js runtime, ClickHouse, WatermelonDB, Apache Doris, Milvus, StarRocks"
  ],
  "license": "Apache-2.0 OR MIT",
  "version": {
    "type": "semver",
    "value": "4.6.6",
    "port": 0
  },
  "commit": {
    "tree_href": "https://github.com/microsoft/vcpkg/tree/719f68a89c8485be3f1f366a8b7520f5c758e9a1/ports/simdjson",
    "hash": "719f68a89c8485be3f1f366a8b7520f5c758e9a1"
  },
  "repository": {
    "type": "github",
    "href": "https://github.com/simdjson/simdjson",
    "stars": 24135
  },
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "href": "https://vcpkg.link/ports/vcpkg-cmake",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    },
    {
      "name": "vcpkg-cmake-config",
      "href": "https://vcpkg.link/ports/vcpkg-cmake-config",
      "is_host": true,
      "with_default_features": true,
      "version_constraint": null,
      "platform": "all"
    }
  ],
  "dev_dependencies": [],
  "features": [
    {
      "name": "deprecated",
      "default": [
        "all"
      ],
      "description": [
        "Enable deprecated APIs"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "exceptions",
      "default": [
        "all"
      ],
      "description": [
        "Enable exception-throwing interface"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "threads",
      "default": [
        "all"
      ],
      "description": [
        "Link with thread support"
      ],
      "supports": "all",
      "dependencies": []
    },
    {
      "name": "utf8-validation",
      "default": [
        "all"
      ],
      "description": [
        "Enable UTF-8 validation"
      ],
      "supports": "all",
      "dependencies": []
    }
  ]
}