JSON (JavaScript Object Notation) is a structured format for storing and transferring data, making it easy to share and understand. It uses curly braces to encapsulate data, with keys as labels and values as the actual data. An example includes keys like 'name' and 'age' with corresponding values.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views1 page
4 What Is JSON
JSON (JavaScript Object Notation) is a structured format for storing and transferring data, making it easy to share and understand. It uses curly braces to encapsulate data, with keys as labels and values as the actual data. An example includes keys like 'name' and 'age' with corresponding values.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
What is JSON?
JSON (JavaScript Object Notation) is a way to store and transfer data.
Imagine you’re filling out a form—name, age, and address. JSON is a way to save that data in a structured format so it can be shared and understood easily.
Example of JSON:
Curly Braces {}: Hold everything together.
Keys ("name", "age"): Labels for each piece of data. Values ("Nate", 22): Actual data stored.