Shorten the library description

This commit is contained in:
Benoit Blanchon
2024-01-10 18:09:32 +01:00
parent 5dfa25d3dc
commit e41d5d4fa1
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
version: "7.0.0"
description: >-
A simple and efficient JSON library for embedded C++.
ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ streams, ✔ filtering, and more.
⭐ 6430 stars on GitHub.
Check out arduinojson.org for a comprehensive documentation.
⭐ 6430 stars on GitHub!
Supports serialization, deserialization, MessagePack, streams, filtering, and more.
Fully tested and documented.
url: https://arduinojson.org/
files:
exclude:

View File

@ -1,7 +1,7 @@
{
"name": "ArduinoJson",
"keywords": "json, rest, http, web",
"description": "A simple and efficient JSON library for embedded C++. ArduinoJson supports serialization, deserialization, MessagePack, streams, filtering, and more. ⭐ 6430 stars on GitHub. Check out arduinojson.org for a comprehensive documentation.",
"description": "A simple and efficient JSON library for embedded C++. ⭐ 6430 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented.",
"homepage": "https://arduinojson.org/?utm_source=meta&utm_medium=library.json",
"repository": {
"type": "git",

View File

@ -3,7 +3,7 @@ version=7.0.0
author=Benoit Blanchon <blog.benoitblanchon.fr>
maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
sentence=A simple and efficient JSON library for embedded C++.
paragraph=ArduinoJson supports serialization, deserialization, MessagePack, streams, filtering, and more. ⭐ 6430 stars on GitHub. Check out arduinojson.org for a comprehensive documentation.
paragraph=⭐ 6430 stars on GitHub! Supports serialization, deserialization, MessagePack, streams, filtering, and more. Fully tested and documented.
category=Data Processing
url=https://arduinojson.org/?utm_source=meta&utm_medium=library.properties
architectures=*