19 lines
233 B
JSON
19 lines
233 B
JSON
{
|
|
"name": "Dominic",
|
|
"age": 31,
|
|
"likes": [
|
|
"thing1",
|
|
"thing2"
|
|
],
|
|
"options": {
|
|
"someParam": true,
|
|
"someSubObject": {
|
|
"someSubSubParam": 52
|
|
},
|
|
"someArray": [
|
|
1,
|
|
2,
|
|
3
|
|
]
|
|
}
|
|
} |