Wed Aug 31 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
// 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"]
}