tryoff
json question
its my first time using json and i want to ask how to add dist under dist.
example:
{
"name": "Joe",
"username": "jooj",
}
i want to add another one under it but with different data like this
{
"name": "Joe",
"username": "jooj",
},
{
"name": "lol",
"username": "wsp",
}
but by mongoDB python
9 replies