/
nicodim4
/
ArduinoJson
Обзор
Документация
Войти
/
nicodim4
/
ArduinoJson
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
7.x
library.json
23 строки
748 B
Benoit Blanchon
Set version to 7.4.2
20 июн 2025, 10:37
20 июн 2025, 10:37
733bc4e
Код
Авторство
О чём код?
{ "name": "ArduinoJson", "keywords": "json, rest, http, web", "description": "A simple and efficient JSON library for embedded C++. ⭐ 6953 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.4.2", "authors": { "name": "Benoit Blanchon", "url": "https://blog.benoitblanchon.fr" }, "export": { "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"] }, "frameworks": "*", "platforms": "*", "build": { "libArchive": false } }