Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add Array in parse.com Dashboard?

can anyone tell me how to format the input when trying to add a new array in a column field?

it just doesnt take my input and i havent found anything neither in the documentation nor the web nor stackoverflow.

i'd be glad if anyone could help me.

greets

like image 861
Paul Lich Avatar asked Feb 07 '13 17:02

Paul Lich


1 Answers

The format for an array would be:

["A", "B", "C"]

Note that you do need double quotes. Single quotes get silently dropped.

like image 53
Héctor Ramos Avatar answered Oct 01 '22 00:10

Héctor Ramos