Live data from Hacker News

You're Using JSON, Why not MessagePack?

blog.andrewvc.com

1–10 of 66 posts

Re: You're Using JSON, Why not MessagePack?

#6

http://bsonspec.org/ is another such alternative.

Yes. The first thing I said when I saw this post was "How is this different than BSON?" Given that BSON is the basis of MongoDB's storage engine, I'm pretty confident in it and probably won't be moving over to MessagePack anytime soon.

Re: You're Using JSON, Why not MessagePack?

#10
post #5

Because it isn't human readable, which will make debugging it far less convenient than glancing at some JSON in a browser (or in Firebug).

That and its not native. Still might make sense to replace json with it on performance sensitive projects after major development is complete.
Post reply on HN