From aa546195d7cb5da7e2faa415f68285697e0b802d Mon Sep 17 00:00:00 2001 From: Shahid Khan <57123934+Shahidkhan0786@users.noreply.github.com> Date: Sat, 2 Sep 2023 14:36:44 +0500 Subject: [PATCH] Update readme.md --- step00a_json_objects/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step00a_json_objects/readme.md b/step00a_json_objects/readme.md index 8c428293..977ba2a1 100644 --- a/step00a_json_objects/readme.md +++ b/step00a_json_objects/readme.md @@ -80,7 +80,7 @@ The Answer is No. // accessing JSON object - console.log(detail["age"]); // Vipin + console.log(detail["age"]); // 21 ## Use of JSON 1. JSON is the most commonly used format for transmitting data (data interchange) from a server to a client and vice-versa.