summaryrefslogtreecommitdiff
path: root/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
diff options
context:
space:
mode:
authorkrolyxon <me@krolyxon.com>2026-06-08 23:12:15 +0530
committerkrolyxon <me@krolyxon.com>2026-06-08 23:12:15 +0530
commit8a4d103196312b8a18afc0a2ba0fc13ff1a0b180 (patch)
treea92424ac65fbdb93702ea8c44a5c52c9fd66e28c /.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
parent1d557527be495c59bbc07f194d903b1cec1780d3 (diff)
remove .pio
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, 0 insertions, 23 deletions
diff --git a/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json b/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
deleted file mode 100644
index eeb64b0..0000000
--- a/.pio/libdeps/esp32-s3-n16r8/ArduinoJson/library.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "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
- }
-}