{
application: {
device: null,
id: 162,
user: {
__deferred: [],
__id: 24
},
app_name: 'HelloResin',
git_repository: 'git@git.staging.resin.io:jviotti/helloresin.git',
commit: '1234',
device_type: 'raspberry-pi',
__metadata: {
uri: '/ewa/application(162)'
}
},
basic: {
Hello: 'world',
Hey: 'there',
__private: true,
_option: false,
$data: [1, 2, 3]
},
recursive: {
hello: 'world',
Hey: {
__private: true,
value: {
$option: false,
data: 'There'
}
},
_option: false,
__something: {
value: 'ok'
},
nested: {
$data: [1, 2, 3]
}
},
valid: {
One: 'one',
Two: 'two',
Three: 'three'
}
}