Hi,

I expected to receive the json array ["One", "Two", "Three"], but the 
endpoint returns the object
{
  "items": ["One", "Two", "Three"]
}

public List<String> test()
{
  return Arrays.asList("One", "Two", "Three");
}

Is it possible to generate an array (or a collection) ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to