{
"_id" : 123,
"name" : "Eclipse",
"arrayOne" : [
{
"name" : "nameArray",
"arrayTwo" : [
{
"items" : [
"1",
"2",
"3"
]
}
]
}
]
}