mame/3rdparty/rapidjson/library.json
Miodrag Milanović f6630310eb
Update rapidjson to 012be8528783cdbf4b7a9e64f78bd8f056b97e24 (#10842)
Co-authored-by: Milo Yip <miloyip@gmail.com>
2023-01-20 15:44:28 -05:00

15 lines
355 B
JSON

{
"name": "RapidJSON",
"version": "1.1.0",
"keywords": "json, sax, dom, parser, generator",
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
"export": {
"include": "include"
},
"examples": "example/*/*.cpp",
"repository":
{
"type": "git",
"url": "https://github.com/Tencent/rapidjson"
}
}