Updated README

This commit is contained in:
Benoit Blanchon
2014-08-03 13:48:22 +02:00
parent 4a8b7d0cb4
commit 8e5ea91f8d
2 changed files with 24 additions and 14 deletions

View File

@ -3,7 +3,7 @@ Arduino JSON library
*An elegant and efficient JSON library for embedded systems.*
It's design to be very lightweight, works without any allocation on the heap (no malloc).
It's design to have the most intuitive API, the smallest footprint and works without any allocation on the heap (no malloc).
It has been written with Arduino in mind, but it isn't linked to Arduino libraries so you can use this library in any other C++ project.