summaryrefslogtreecommitdiff
path: root/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-06-08 23:10:46 +0530
committerkrolyxon <me@krolyxon.com>2026-06-08 23:10:46 +0530
commit3120783000d0025b183b0397acaa8b769499eb38 (patch)
tree1c4f93be213f1b1d48f59e554562d847b4e7c25e /.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
Initial gh-pages firmware hosting
Diffstat (limited to '.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json')
-rw-r--r--.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json b/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
new file mode 100644
index 0000000..eeb64b0
--- /dev/null
+++ b/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
@@ -0,0 +1,23 @@
+{
+ "name": "ArduinoJson",
+ "keywords": "json, rest, http, web",
+ "description": "A simple and efficient JSON library for embedded C++. ⭐ 7124 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.3",
+ "authors": {
+ "name": "Benoit Blanchon",
+ "url": "https://blog.benoitblanchon.fr"
+ },
+ "export": {
+ "include": ["src", "examples", "LICENSE.txt", "ArduinoJson.h"]
+ },
+ "frameworks": "*",
+ "platforms": "*",
+ "build": {
+ "libArchive": false
+ }
+}