Definition: JSON Stands for "JavaScript Object Notation" and is pronounced like the name "Jason."
JSON is a text-based data interchange format designed for transmitting structured data.
It is most commonly used for transferring data between web applications and web servers.
Parts Of Speech: Noun.
Example:
"computer": {
"name": "Gaming PC",
"components": {
"cpu": "Intel i7 3.4GHz", "ram": "16GB", "storage": "2TB HDD"
}
}
}