2018-06-26 18:53:40 +00:00
|
|
|
{
|
2018-06-26 22:20:57 +00:00
|
|
|
"parent": {
|
|
|
|
"child": 3.0,
|
|
|
|
"ignored_child": "hi"
|
|
|
|
},
|
|
|
|
"ignored_null": null,
|
|
|
|
"integer": 4,
|
|
|
|
"list": [3, 4],
|
|
|
|
"ignored_parent": {
|
|
|
|
"another_ignored_null": null,
|
|
|
|
"ignored_string": "hello, world!"
|
|
|
|
},
|
|
|
|
"another_list": [4]
|
|
|
|
}
|