mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-08-08 07:04:41 +02:00
Updated FAQ (markdown)
1
FAQ.md
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)
|
||||
|
Reference in New Issue
Block a user