From 001e5c2ae0c686347a335087228003880e030e0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Thu, 25 Aug 2016 13:45:58 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 1 + 1 file changed, 1 insertion(+) 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)