Paul Lich
Paul Lich

Reputation: 174

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

Upvotes: 7

Views: 4473

Answers (1)

Héctor Ramos
Héctor Ramos

Reputation: 9258

The format for an array would be:

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

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

Upvotes: 17

Related Questions