2015-08-01 13:05:28 +03:00
|
|
|
{
|
|
|
|
"name": "RapidJSON",
|
2016-11-28 12:53:24 +02:00
|
|
|
"version": "1.1.0",
|
2015-08-01 13:05:28 +03:00
|
|
|
"keywords": "json, sax, dom, parser, generator",
|
|
|
|
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
|
2016-11-28 12:53:24 +02:00
|
|
|
"export": {
|
|
|
|
"include": "include"
|
|
|
|
},
|
2015-08-01 13:10:26 +03:00
|
|
|
"examples": "example/*/*.cpp",
|
2015-08-01 13:05:28 +03:00
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2017-09-13 17:03:23 +08:00
|
|
|
"url": "https://github.com/Tencent/rapidjson"
|
2015-08-01 13:05:28 +03:00
|
|
|
}
|
|
|
|
}
|