var x = {
"x": 12,
"y": {
"y": "abc",
"z": function (x) {
return a
},
"abc": 15
"z": 12
}
var empty_object = {}