I am writing a micro blog and would like to add twitter like
annotations to each post.  What is the best way to model this using
the app engine?  Below is an json example of the type of structure I
am trying to achieve on GAE.

{
  "message": "App Engine Rocks",
  "annotations":
    [{"geolocation":{"lat":"41.87", "long":"72.82"}},
     {"link":{"url":"http://code.google.com/appengine/"}}
     {"keyword":{"key1":"python", "key2":"google","key3":"scale"}}]
}

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to