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
Solution:Jump to solution
Unfortunately these help threads are not for programming help, they are for help with Railway specifically. I’m sure there are many, many resources online to help you solve your issue
7 Replies
Project ID:
be8add26-2d3a-4f3f-a011-358c3b4d3294
put the objects in an array
i tried but its not working when i use find_one() it return None
i think you should familiarize yourself with mongodb first
already did and i did everything fine such as adding new data/deleting/pushing but as a new documents
im sorry but these threads are for help with railway, not mongo
Solution
Unfortunately these help threads are not for programming help, they are for help with Railway specifically. I’m sure there are many, many resources online to help you solve your issue