From bfb1efccb78380d63a7682275aee30af2b2dcd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Sun, 9 Oct 2016 09:31:06 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQ.md b/FAQ.md index 00ae7a3..be25a1f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -14,7 +14,7 @@ - [How to assign a `JsonArray` or `JsonObject`?](#how-to-assign-a-jsonarray-or-jsonobject) - [Part 2 - Serialization questions](#part-2---serialization-questions) - [Why some parts are missing?](#why-some-parts-are-missing) - - [Why does the generated JSON contains garbage?](#why-does-the-generated-json-contains-garbage) + - [Why does the generated JSON contain garbage?](#why-does-the-generated-json-contain-garbage) - [How to compute the JSON length?](#how-to-compute-the-json-length) - [How to create complex nested objects?](#how-to-create-complex-nested-objects) - [The first serialization succeeds, why do the next ones fail?](#the-first-serialization-succeeds-why-do-the-next-ones-fail) @@ -354,7 +354,7 @@ See also: * Issue [#360](https://github.com/bblanchon/ArduinoJson/issues/360) -### Why does the generated JSON contains garbage? +### Why does the generated JSON contain garbage? There are two key concepts you need to understand to use ArduinoJson: