Answer the question
In order to leave comments, you need to log in
How to implement select from MongoDB?
Hello!
There are docs in Mongo:
{
"data": [
{
'title': 'title01',
'param': 1000
},
{
'title': 'title02',
'param': 2000
},
{
'title': 'title03',
'param': 3000
}
],
"boolean": true,
"color": "#82b92c",
"string": "Hello World"
}
{
"data": [
{
'title': 'title1',
'param': 1001
},
{
'title': 'title2',
'param': 2002
},
{
'title': 'title3',
'param': 3003
}
],
"boolean": true,
"color": "#82b92c",
"string": "Hello World"
}
{
"data": [
{
'title': 'title4',
'param': 1002
},
{
'title': 'title5',
'param': 3003
},
{
'title': 'title6',
'param': 2003
}
],
"boolean": true,
"color": "#82b92c",
"string": "Hello World"
}
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