2017-06-02 03:35:53 -04:00
|
|
|
{
|
|
|
|
"name": "RapidJSON",
|
2024-05-27 02:31:59 -04:00
|
|
|
"version": "1.1.0",
|
2017-06-02 03:35:53 -04:00
|
|
|
"keywords": "json, sax, dom, parser, generator",
|
|
|
|
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
|
2024-05-27 02:31:59 -04:00
|
|
|
"export": {
|
|
|
|
"include": "include"
|
|
|
|
},
|
2017-06-02 03:35:53 -04:00
|
|
|
"examples": "example/*/*.cpp",
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2024-05-27 02:31:59 -04:00
|
|
|
"url": "https://github.com/Tencent/rapidjson"
|
2017-06-02 03:35:53 -04:00
|
|
|
}
|
|
|
|
}
|