mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added MessagePack in README
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
| @@ -9,6 +9,7 @@ get	KEYWORD2 | ||||
| JsonArray	KEYWORD1 | ||||
| JsonObject	KEYWORD1 | ||||
| JsonVariant	KEYWORD1 | ||||
| serializeMsgPack	KEYWORD2 | ||||
| serializeJson	KEYWORD2 | ||||
| serializeJsonPretty	KEYWORD2 | ||||
| set	KEYWORD2 | ||||
|   | ||||
| @@ -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=* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user