Answer the question
In order to leave comments, you need to log in
Get a list of values from an array field
I'll show you an example because the title was not successful. Working with MongoDB database. Here is the table.
{
"numbers": {
"0": "10",
"1": "11",
"2": "12"
},
"type": "1",
"otherBigVal":"очень много текста..."
},
{
"numbers": {
"0": "1",
"1": "2",
"2": "11",
"3": "10"
},
"type": "1",
"otherBigVal":"очень много текста..."
},
{
"numbers": {
"0": "18",
"1": "14",
},
"type": "2",
"otherBigVal":"очень много текста..."
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question