All tutorials
Your First JSON Object
A simple object has keys and values. Think of it like a dictionary or a form: each field has a name (key) and a value.
{
"name": "Alice",
"age": 30,
"email": "[email protected]",
"active": true
}{"name": "Your Name", "favoriteColor": "blue", "luckyNumber": 7}