mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
14 lines
371 B
YAML
14 lines
371 B
YAML
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/**/*"
|