From abde6ed37a8d20a12bcda213b4ce7c9bda2e5dee Mon Sep 17 00:00:00 2001 From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com> Date: Mon, 22 Aug 2022 11:18:31 +0000 Subject: [PATCH] Resources added for JSON (#1569) --- .../102-structured-data/100-json.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/106-javascript/content/104-javascript-data-structures/102-structured-data/100-json.md b/content/roadmaps/106-javascript/content/104-javascript-data-structures/102-structured-data/100-json.md index a964933d8..37fd00dc0 100644 --- a/content/roadmaps/106-javascript/content/104-javascript-data-structures/102-structured-data/100-json.md +++ b/content/roadmaps/106-javascript/content/104-javascript-data-structures/102-structured-data/100-json.md @@ -1 +1,7 @@ -# Json \ No newline at end of file +# JSON + +JavaScript Object Notation (JSON) is a standard text-based format for representing structured data based on JavaScript object syntax. It is commonly used for transmitting data in web applications (e.g., sending some data from the server to the client, so it can be displayed on a web page, or vice versa). + +Free Content +Working with JSON +JSON Tutorial for Beginners