From fe10795c47c3e190a3efd285963ef4abc432c324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Blanchon?= Date: Thu, 28 Apr 2016 08:27:23 +0200 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 00b659d..65b1b1d 100644 --- a/FAQ.md +++ b/FAQ.md @@ -10,7 +10,7 @@ * [What's the best way to use the library?](#whats-the-best-way-to-use-the-library) * [How to write a function that works with both `JsonArray` and `JsonObject`?](#how-to-write-a-function-that-works-with-both-jsonarray-and-jsonobject) * [Part 2 - Serialization questions](#part-2---serialization-questions) - * [How to compute the JSON length?](#how-to-compute-the-JSON-length) + * [How to compute the JSON length?](#how-to-compute-the-json-length) * [How to create complex nested objects?](#how-to-create-complex-nested-objects) * [The first serialization succeeds, why do the next ones fail?](#the-first-serialization-succeeds-why-do-the-next-ones-fail) * [Part 3 - Deserialization questions](#part-3---deserializationparsing-questions)