{
"name": "John",
"age": 30,
"city": "NYC"
}
Missing commas, trailing commas (not allowed in JSON), unquoted keys, single quotes instead of double quotes.
Similar but different. JSON requires double quotes for keys, no trailing commas, no functions/undefined.