library.json 852 B

123456789101112131415161718192021222324
  1. {
  2. "name": "ArduinoJson",
  3. "keywords": "json, rest, http, web",
  4. "description": "A simple and efficient JSON library for embedded C++. ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.",
  5. "homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/bblanchon/ArduinoJson.git"
  9. },
  10. "version": "6.20.1",
  11. "authors": {
  12. "name": "Benoit Blanchon",
  13. "url": "https://blog.benoitblanchon.fr"
  14. },
  15. "exclude": [
  16. ".github",
  17. "extras"
  18. ],
  19. "frameworks": "*",
  20. "platforms": "*",
  21. "build": {
  22. "libArchive": false
  23. }
  24. }