[
112121,
{
justAValue: 2,
object: {
objectInsideAObject: {
someAttr: 3
}
},
array: [
true,
{
attrOfObjInArray: 5
}
],
yetAnotherAttribute: 15
}
]