timanrebel / Parse

Appcelerator Titanium module for the Parse SDK
MIT License
47 stars 31 forks source link

Parse.putValue crash when saving an array object #20

Open gustavomanolo opened 9 years ago

gustavomanolo commented 9 years ago

Hi, i was trying to put a new value to my parse installation through Parse.putValue('myids', [1,2,3]); but it crashes, i thinks that it's because is an array, how could i do that? Thanks.