Add to IDF Component Registry (closes #1844)

This commit is contained in:
Benoit Blanchon
2023-01-12 09:52:03 +01:00
parent 1909ffe0f9
commit 7885155634
7 changed files with 46 additions and 16 deletions

12
idf_component.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "6.20.0"
description: >-
A simple and efficient JSON library for embedded C++.
ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, ✔ filtering, and more.
It is the most popular Arduino library on GitHub ❤❤❤❤❤.
Check out arduinojson.org for a comprehensive documentation.
url: https://arduinojson.org/
files:
exclude:
- "**/.vs/**/*"
- "examples/**/*"
- "extras/**/*"