Comment on You're Using JSON, Why not MessagePack?Comments−leon_15yWhat about bencoding?http://wiki.theory.org/BitTorrentSpecification#bencodingSeriously, this is not an either or question. Just use the right tool for the right job. I wouldn't serialize my data to XML on a micro controller but so I wouldn't drive my JS frontend with binary serialized data.−ZoFreX15yThis was one of my thoughts, too. Bencoding is hardly ever used outside of Bittorrent, but it's a useful serialisation tool.
Comments
What about bencoding?
http://wiki.theory.org/BitTorrentSpecification#bencoding
Seriously, this is not an either or question. Just use the right tool for the right job. I wouldn't serialize my data to XML on a micro controller but so I wouldn't drive my JS frontend with binary serialized data.
This was one of my thoughts, too. Bencoding is hardly ever used outside of Bittorrent, but it's a useful serialisation tool.