Technology · Information Technology
JSON
JavaScript Object Notation – lightweight data interchange format
Pronunciation: IPA
/ˈdʒeɪsən/Definition
JavaScript Object Notation – lightweight data interchange format
Examples
- JSON structure includes: objects with key-value pairs, arrays of values, primitive data types (string, number, boolean, null). Used in APIs for data exchange: {“name”: “John”, “age”: 30, “skills”: [“JavaScript”, “Python”]}.
Additional Images

Videos
JSON Explained – JavaScript Object Notation