Updated FAQ (markdown)

Benoît Blanchon
2016-08-25 13:45:58 +02:00
parent 7f670398bb
commit 001e5c2ae0

1
FAQ.md

@@ -16,6 +16,7 @@
* [Why ArduinoJson is slow?](#why-arduinojson-is-slow)
* [Part 3 - Deserialization questions](#part-3---deserializationparsing-questions)
* [Can I parse data from a stream?](#can-i-parse-data-from-a-stream)
* [Can I parse a JSON input that is too big to fit in memory?](https://github.com/bblanchon/ArduinoJson/wiki/FAQ#can-i-parse-a-json-input-that-is-too-big-to-fit-in-memory)
* [Should I call `parseArray()` or `parseObject()`?](#should-i-call-parsearray-or-parseobject)
* [Why parsing fails?](#why-parsing-fails)
* [The first parsing succeeds, why do the next ones fail?](#the-first-parsing-succeeds-why-do-the-next-ones-fail)