如何在parse.com Dashboard中添加Array?

时间:2022-01-14 17:04:31

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 *.

它只是不接受我的输入,我没有在文档,Web或*中找到任何东西。

i'd be glad if anyone could help me.

如果有人能帮助我,我会很高兴的。

greets

1 个解决方案

#1


14  

The format for an array would be:

数组的格式为:

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

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

请注意,您确实需要双引号。单引号会被静默删除。

#1


14  

The format for an array would be:

数组的格式为:

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

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

请注意,您确实需要双引号。单引号会被静默删除。