library.json 392 B

1234567891011121314151617
  1. {
  2. "name": "Json",
  3. "keywords": "json, rest, http, web",
  4. "description": "An elegant and efficient JSON library for embedded systems",
  5. "repository":
  6. {
  7. "type": "git",
  8. "url": "https://github.com/bblanchon/ArduinoJson.git"
  9. },
  10. "authors":
  11. {
  12. "name": "Benoit Blanchon",
  13. "url": "http://blog.benoitblanchon.fr"
  14. },
  15. "frameworks": "arduino",
  16. "platforms": "atmelavr"
  17. }