Search code examples
arraysdashboardparse-platform

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


Solution

  • The format for an array would be:

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

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