Seems like sending a structure like
{
"fields" :
{ "gender" : "peter", "age":15}
}
Will result in a JsonObject:
{
"fields[age]":20,"fields[gender]":"male",
"_docId":"meineStory","_updatedAt":1310322672196,"_createdAt":1310322642556}
instead of the same as sent.
A support to store and get more complex JSON Objects would be nice.
Original issue reported on code.google.com by ame...@gmail.com on 10 Jul 2011 at 6:34
Original issue reported on code.google.com by
ame...@gmail.com
on 10 Jul 2011 at 6:34