From c6288878847371fb522010dd3f806a7f0fafbedb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Sun, 15 Jan 2017 21:13:23 +0100 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/FAQ.md b/FAQ.md index 90f12e1..48b2ece 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,4 +1,4 @@ - + - [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)