diff --git a/FAQ.md b/FAQ.md index c761b54..9e93486 100644 --- a/FAQ.md +++ b/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)