Fun Task

How will you Model a Tweet into a JSON Document. Remember it's not just creating Key: Value pairs.

(This is to test your design not how Twitter does it)

creation date and time
user name
actual name
user profile pic
user verification status (paid or celebrity or company)
hash tags
mentions
tweet text
likes
comments
retweets
tweet status
bookmarks

Last updated