mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-10 08:04:42 +02:00
Initial Home page
38
Home.md
Normal file
38
Home.md
Normal file
@@ -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:
|
Reference in New Issue
Block a user