From 2d76b8d6c06527d44f38e4d6661b5abca40e3122 Mon Sep 17 00:00:00 2001 From: bblanchon Date: Sat, 29 Nov 2014 07:50:44 -0800 Subject: [PATCH] Updated Decoding JSON (markdown) --- Decoding JSON.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Decoding JSON.md b/Decoding JSON.md index 167d79a..e63bfbe 100644 --- a/Decoding JSON.md +++ b/Decoding JSON.md @@ -1,4 +1,4 @@ -*This page contains a detail guide on how to parse a JSON string using the Arduino JSON library* +> *This page contains a detail guide on how to parse a JSON string using the Arduino JSON library* Before writing any code, don't forget to include the header: