Skip to content
Benoît Blanchon edited this page Feb 14, 2016 · 16 revisions

Welcome to the user manual for the Arduino JSON library, an elegant and efficient JSON library for embedded systems.

Table of content

Installation

  • [Using the library with Arduino](Using the library with Arduino)
  • [Using the library without Arduino](Using the library without Arduino)
  • [Using the library in a CMake project](Using the library in a CMake project)

User guide

  • [Quick start](Quick Start)
  • [Memory model](Memory model)
  • [Decoding JSON](Decoding JSON)
  • [Encoding JSON](Encoding JSON)
  • Examples
  • [Avoiding pitfalls](Avoiding pitfalls)
  • [Migrating code to new the API](Migrating code to the new API) (obsolete)
  • [Compatibility issues](Compatibility issues)
  • F.A.Q (Frequently Asked Questions)
  • [API Reference](API Reference)
  • [Bag of Tricks](Bag of Tricks)

Blog posts

Misc