I'm experiencing a peculiar problem with the Parse .save method. Saving individual Objects and Arrays of strings works seamlessly. However, when attempting to save an Array of Objects like: [{"pos": 10101, "id": 2312}, {...}, {...}], I encounter issues.
Although the save operation appears successful, upon checking my database, I find an Array populated with empty objects.
Has anyone encountered this issue before?
Thank you for your assistance!