Updated Home (markdown)

bblanchon
2014-11-29 07:52:59 -08:00
parent c3d5ea132f
commit 32ad8219bc

18
Home.md

@@ -1,20 +1,4 @@
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
Welcome to the user manual for the Arduino JSON library, an elegant and efficient JSON library for embedded systems.
## Table of content