Monday, January 6, 2025
HomeProgrammingJSON Example

JSON Example

JSON (JavaScript Object Notation) is a lightweight data-interchange format used for structured data.

Example:

json
{
"name": "John",
"age": 30,
"isStudent": false,
"skills": ["Python", "JavaScript", "Java"],
"address": {
"city": "New York",
"zip": "10001"
}
}

JSON uses key-value pairs and is widely used in APIs and configuration files due to its simplicity and readability.

See also  Two-Dimensional Array in C

RELATED ARTICLES
0 0 votes
Article Rating

Leave a Reply

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
- Advertisment -

Most Popular

Recent Comments

0
Would love your thoughts, please comment.x
()
x