diff --git a/README.md b/README.md index 2fb835b7..4e54e7d6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ It's design to be very lightweight, works without any allocation on the heap (no It has been written with Arduino in mind, but it isn't linked to Arduino libraries so you can use this library on any other C++ project. +## Features + +* Based on the well-proven [jsmn](http://zserge.com/jsmn.html) tokenizer +* Supports nested objects +* Works with fixed memory allocation : no `malloc()` +* Low footprint +* MIT License + ## Example char* json = "{\"Name\":\"Blanchon\",\"Skills\":[\"C\",\"C++\",\"C#\"],\"Age\":32,\"Online\":true}"; @@ -147,6 +155,10 @@ As you'll see the code size if between 1680 and 3528 bytes, depending on the fea