From 1e20e6ef77aefb245a3a329f9468b1da72ac597b Mon Sep 17 00:00:00 2001 From: Benoit Blanchon Date: Tue, 11 Nov 2014 14:11:40 +0100 Subject: [PATCH] Renamed file --- doc/{Parsing JSON.md => Decoding JSON.md} | 4 ++-- doc/{Generating JSON.md => Encoding JSON.md} | 4 ++-- doc/{Migrating code to v4.md => Migrating code to new API.md} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename doc/{Parsing JSON.md => Decoding JSON.md} (98%) rename doc/{Generating JSON.md => Encoding JSON.md} (98%) rename doc/{Migrating code to v4.md => Migrating code to new API.md} (100%) diff --git a/doc/Parsing JSON.md b/doc/Decoding JSON.md similarity index 98% rename from doc/Parsing JSON.md rename to doc/Decoding JSON.md index 8d46f037..cbd560ed 100644 --- a/doc/Parsing JSON.md +++ b/doc/Decoding JSON.md @@ -1,5 +1,5 @@ -Parsing JSON with Arduino JSON -============================== +Decoding JSON with Arduino JSON +=============================== ## Example diff --git a/doc/Generating JSON.md b/doc/Encoding JSON.md similarity index 98% rename from doc/Generating JSON.md rename to doc/Encoding JSON.md index 2edcdc71..e6cf9a6f 100644 --- a/doc/Generating JSON.md +++ b/doc/Encoding JSON.md @@ -1,5 +1,5 @@ -Generating JSON with Arduino JSON -================================= +Encoding JSON with Arduino JSON +=============================== Before writing any code, don't forget to include the header: diff --git a/doc/Migrating code to v4.md b/doc/Migrating code to new API.md similarity index 100% rename from doc/Migrating code to v4.md rename to doc/Migrating code to new API.md