Added MessagePack in README

This commit is contained in:
Benoit Blanchon
2018-06-04 17:48:10 +02:00
parent 0139354780
commit f53fc3e06f
3 changed files with 3 additions and 1 deletions

View File

@ -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)