You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pretty much as bohemima said, there are numerious data types, and you can set up a type of Array and set your entire json to that if you want. In the js sdk you can see what data types you can work with. I would recommend you look over the docs for your use case to figure out what data types you need and how you would implement them.
Usually, when dealing with a ParseObject from MongoDB, its a simple, well, JSON object like so.
What if I kept the _id and replaced everything else with the following JSON
Can something like this be parsed with ParseServer?
The text was updated successfully, but these errors were encountered: