mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-09 07:34:41 +02:00
Updated Home (markdown)
18
Home.md
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
|
||||
|
||||
|
Reference in New Issue
Block a user