How to add an array to parse.com Dashboard?

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

it simply does not accept my data, and I did not find anything either in the documentation, or on the network, or in stackoverflow.

I would be glad if someone could help me.

greets

+5
source share
1 answer

The format for the array is:

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

Please note that you need double quotes. Single quotes quietly disappear.

+14
source

All Articles