library.json 355 Bytes
Newer Older
1 2
{
  "name": "RapidJSON",
Ivan Kravets's avatar
Ivan Kravets committed
3
  "version": "1.1.0",
4 5
  "keywords": "json, sax, dom, parser, generator",
  "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
Ivan Kravets's avatar
Ivan Kravets committed
6 7 8
  "export": {
    "include": "include"
  },
9
  "examples": "example/*/*.cpp",
10 11 12 13 14 15
  "repository":
  {
    "type": "git",
    "url": "https://github.com/miloyip/rapidjson"
  }
}