// valid
{
"values": [
{
"stringValue":["python", "php", "javascript"]
}
]
}
// Invalid
// "One or more values in this array don’t look right. If you include values, make sure they are Datastore array values in JSON format."
{
"values": ["python", "php", "javascript"]
}