library.json 313 B

12345678910111213
  1. {
  2. "name": "RapidJSON",
  3. "keywords": "json, sax, dom, parser, generator",
  4. "description": "A fast JSON parser/generator for C++ with both SAX/DOM style API",
  5. "include": "include",
  6. "examples": "example/*/*.cpp",
  7. "repository":
  8. {
  9. "type": "git",
  10. "url": "https://github.com/miloyip/rapidjson"
  11. }
  12. }