| 1234567891011121314151617181920212223 |
- {
- "name": "ArduinoJson",
- "keywords": "json, rest, http, web",
- "description": "A simple and efficient JSON library for embedded C++. ⭐ 6849 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented.",
- "homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
- "repository": {
- "type": "git",
- "url": "https://github.com/bblanchon/ArduinoJson.git"
- },
- "version": "7.3.1",
- "authors": {
- "name": "Benoit Blanchon",
- "url": "https://blog.benoitblanchon.fr"
- },
- "export": {
- "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"]
- },
- "frameworks": "*",
- "platforms": "*",
- "build": {
- "libArchive": false
- }
- }
|