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