Updated FAQ (markdown)

Benoît Blanchon
2017-01-15 21:13:23 +01:00
parent 54677b4ead
commit c628887884

7
FAQ.md

@@ -1,4 +1,4 @@
<!-- MarkdownTOC depth=3 autolink=true bracket=round lowercase_only_ascii=true -->
<!-- MarkdownTOC depth=2 autolink=true bracket=round lowercase_only_ascii=true -->
- [Part 1 - Common questions](#part-1---common-questions)
- [Compilation fails? Device crashes? Nothing on serial console?](#compilation-fails-device-crashes-nothing-on-serial-console)
@@ -25,11 +25,6 @@
- [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?](#can-i-parse-a-json-input-that-is-too-big-to-fit-in-memory)
- [Why parsing fails?](#why-parsing-fails)
- [Case 1: The input is not a valid JSON](#case-1-the-input-is-not-a-valid-json)
- [Case 2: The `StaticJsonBuffer` is too small](#case-2-the-staticjsonbuffer-is-too-small)
- [Case 3: The `StaticJsonBuffer` is too big](#case-3-the-staticjsonbuffer-is-too-big)
- [Case 4: The `DynamicJsonBuffer` fails to allocate memory](#case-4-the-dynamicjsonbuffer-fails-to-allocate-memory)
- [Case 5: You called `parseObject\(\)` instead of `parseArray\(\)`](#case-5-you-called-parseobject-instead-of-parsearray)
- [The first parsing succeeds, why do the next ones fail?](#the-first-parsing-succeeds-why-do-the-next-ones-fail)
- [Parsing succeeds but I can't read the values!](#parsing-succeeds-but-i-cant-read-the-values)
- [How to know the type of a value?](#how-to-know-the-type-of-a-value)