Updated FAQ (markdown)

Benoît Blanchon
2016-10-09 09:31:06 +02:00
parent 4cba328185
commit bfb1efccb7

4
FAQ.md

@@ -14,7 +14,7 @@
- [How to assign a `JsonArray` or `JsonObject`?](#how-to-assign-a-jsonarray-or-jsonobject) - [How to assign a `JsonArray` or `JsonObject`?](#how-to-assign-a-jsonarray-or-jsonobject)
- [Part 2 - Serialization questions](#part-2---serialization-questions) - [Part 2 - Serialization questions](#part-2---serialization-questions)
- [Why some parts are missing?](#why-some-parts-are-missing) - [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 compute the JSON length?](#how-to-compute-the-json-length)
- [How to create complex nested objects?](#how-to-create-complex-nested-objects) - [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) - [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) * 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: There are two key concepts you need to understand to use ArduinoJson: