update arduinoJson 7.02

This commit is contained in:
MichaelDvP
2024-01-20 08:36:06 +01:00
parent 2b6fd41d5a
commit 4974208a65
8 changed files with 82 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
version: "7.0.2"
description: >-
A simple and efficient JSON library for embedded C++.
⭐ 6444 stars on GitHub!
Supports serialization, deserialization, MessagePack, streams, filtering, and more.
Fully tested and documented.
url: https://arduinojson.org/
files:
exclude:
- "**/.vs/**/*"
- ".devcontainer/**/*"
- "examples/**/*"
- "extras/**/*"