1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 11:33:09 +01:00

Resources added for JSON (#1569)

This commit is contained in:
Archit Sharma 2022-08-22 11:18:31 +00:00 committed by GitHub
parent 77ed224fd9
commit abde6ed37a

View File

@ -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>