library.json 748 B

1234567891011121314151617181920212223
  1. {
  2. "name": "ArduinoJson",
  3. "keywords": "json, rest, http, web",
  4. "description": "A simple and efficient JSON library for embedded C++. ⭐ 6896 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented.",
  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": "7.4.0",
  11. "authors": {
  12. "name": "Benoit Blanchon",
  13. "url": "https://blog.benoitblanchon.fr"
  14. },
  15. "export": {
  16. "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"]
  17. },
  18. "frameworks": "*",
  19. "platforms": "*",
  20. "build": {
  21. "libArchive": false
  22. }
  23. }