From 26c115b0ed91327b1f00b9e42763d98ad3de1f65 Mon Sep 17 00:00:00 2001 From: bblanchon Date: Sat, 29 Nov 2014 07:50:03 -0800 Subject: [PATCH] Updated Decoding JSON (markdown) --- Decoding JSON.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Decoding JSON.md b/Decoding JSON.md index 2d1d7bf..167d79a 100644 --- a/Decoding JSON.md +++ b/Decoding JSON.md @@ -1,5 +1,4 @@ -Decoding JSON with Arduino JSON -=============================== +*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: