Commit 2a18d306 authored by Ivan Kravets's avatar Ivan Kravets

@PlatformIO Library Registry manifest file

* This library in Web Registry: http://platformio.org/#!/lib/show/438/RapidJSON
* Specification: [PlatformIO Library Manager](http://docs.platformio.org/en/latest/librarymanager/index.html)
* Integration: [IDE Integration](http://docs.platformio.org/en/latest/ide.html)
parent f07ca074
{
"name": "RapidJSON",
"keywords": "json, sax, dom, parser, generator",
"description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
"include": "include/rapidjson",
"example": "example/*/*.cpp",
"repository":
{
"type": "git",
"url": "https://github.com/miloyip/rapidjson"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment