11 lines
141 B
JSON
11 lines
141 B
JSON
{
|
|
"name": "Ada",
|
|
"active": true,
|
|
"score": 42,
|
|
"tags": ["math", "logic"],
|
|
"profile": {
|
|
"city": "London",
|
|
"year": 1843
|
|
}
|
|
}
|