2024-09-18 10:48:50 +02:00
|
|
|
version: "7.2.0"
|
2023-01-12 09:52:03 +01:00
|
|
|
description: >-
|
|
|
|
|
A simple and efficient JSON library for embedded C++.
|
2024-09-18 10:48:50 +02:00
|
|
|
⭐ 6690 stars on GitHub!
|
2024-01-10 18:09:32 +01:00
|
|
|
Supports serialization, deserialization, MessagePack, streams, filtering, and more.
|
|
|
|
|
Fully tested and documented.
|
2023-01-12 09:52:03 +01:00
|
|
|
url: https://arduinojson.org/
|
|
|
|
|
files:
|
|
|
|
|
exclude:
|
|
|
|
|
- "**/.vs/**/*"
|
2023-03-27 18:59:21 +02:00
|
|
|
- ".devcontainer/**/*"
|
2023-01-12 09:52:03 +01:00
|
|
|
- "examples/**/*"
|
|
|
|
|
- "extras/**/*"
|