commit a40b8a18179fccb75d60b721f4693555a127ab59 Author: bblanchon Date: Sat Nov 29 07:39:04 2014 -0800 Initial Home page diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..ef2f781 --- /dev/null +++ b/Home.md @@ -0,0 +1,38 @@ +Arduino JSON library +==================== + +*An elegant and efficient JSON library for embedded systems.* + +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. + +## Features + +* JSON decoding +* JSON encoding (with optional indentation) +* Elegant API, very easy to use +* Fixed memory allocation (no malloc) +* Small footprint +* MIT License + +## Table of content + +#### Installation +- [Using the library with Arduino](Using the library with Arduino) +- [Using the library without Arduino](Using the library without Arduino) + +#### User guide +- [Quick start](Quick Start) +- [Memory model](Memory model) +- [Decoding JSON](Decoding JSON) +- [Encoding JSON](Encoding JSON) +- [Avoiding pitfalls](Avoiding pitfalls) +- [Migrating code to new API](Migrating code to new API) + +#### Misc +- [Contributing](Contributing) + +--- + +Found this library useful? [Help me back with a donation!](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=donate%40benoitblanchon%2efr&lc=GB&item_name=Benoit%20Blanchon&item_number=Arduino%20JSON¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) :smile: \ No newline at end of file