Benoit Blanchon 7 лет назад
Родитель
Сommit
f53fc3e06f
3 измененных файлов с 3 добавлено и 1 удалено
  1. 1 0
      README.md
  2. 1 0
      keywords.txt
  3. 1 1
      library.properties

+ 1 - 0
README.md

@@ -10,6 +10,7 @@ ArduinoJson is a C++ JSON library for Arduino and IoT (Internet Of Things).
 
 * JSON decoding (comments are supported)
 * JSON encoding (with optional indentation)
+* MessagePack
 * Elegant API, easy to use
 * Fixed memory allocation (zero malloc)
 * No data duplication (zero copy)

+ 1 - 0
keywords.txt

@@ -9,6 +9,7 @@ get	KEYWORD2
 JsonArray	KEYWORD1
 JsonObject	KEYWORD1
 JsonVariant	KEYWORD1
+serializeMsgPack	KEYWORD2
 serializeJson	KEYWORD2
 serializeJsonPretty	KEYWORD2
 set	KEYWORD2

+ 1 - 1
library.properties

@@ -3,7 +3,7 @@ version=6.0.0
 author=Benoit Blanchon <blog.benoitblanchon.fr>
 maintainer=Benoit Blanchon <blog.benoitblanchon.fr>
 sentence=An efficient and elegant JSON library for Arduino.
-paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.
+paragraph=ArduinoJson supports ✔ serialization, ✔ deserialization, ✔ MessagePack, ✔ fixed allocation, ✔ zero-copy, ✔ streams, and more. It is the most popular Arduino library on GitHub ❤❤❤❤❤. Check out arduinojson.org for a comprehensive documentation.
 category=Data Processing
 url=https://arduinojson.org/?utm_source=meta&utm_medium=library.properties
 architectures=*