Resources added for JSON (#1569)

pull/1657/head
Archit Sharma 2 years ago committed by GitHub
parent 77ed224fd9
commit abde6ed37a
  1. 8
      content/roadmaps/106-javascript/content/104-javascript-data-structures/102-structured-data/100-json.md

@ -1 +1,7 @@
# Json
# 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).
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Objects/JSON'>Working with JSON</BadgeLink>
<BadgeLink colorScheme='purple' badgeText='Watch' href='https://www.youtube.com/watch?v=iiADhChRriM'>JSON Tutorial for Beginners</BadgeLink>

Loading…
Cancel
Save