library.json 355 B

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