mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-06-24 17:01:36 +02:00
14 lines
371 B
YAML
14 lines
371 B
YAML
version: "7.4.2"
|
|
description: >-
|
|
A simple and efficient JSON library for embedded C++.
|
|
★ 6953 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/**/*"
|