can you do a normal index on JSON though? I guess you can with the function based indexes. 9.3 actually makes JSON meaningful in Postgres since you can actually query it now.
But there are no write operations, so MongoDB is still a ton nicer here with its atomic modifiers like $push.
Very cool to build a full text search index based on things inside of JSON fields with about 10 minutes of time.