Comment on You're Using JSON, Why not MessagePack?Comments−vmind15yThere's also TNetStrings which mongrel2 is using now. (http://tnetstrings.org/)−duskwuff15yWhich is itself really just a flawed reimplementation of bencode. (Bencode can be parsed without lookahead; tagged netstrings cannot.)http://wiki.theory.org/BitTorrentSpecification#bencoding−inklesspen15yIt's actually an extension of DJB's netstrings. Hence the name.
Comments
There's also TNetStrings which mongrel2 is using now. (http://tnetstrings.org/)
Which is itself really just a flawed reimplementation of bencode. (Bencode can be parsed without lookahead; tagged netstrings cannot.)
http://wiki.theory.org/BitTorrentSpecification#bencoding
It's actually an extension of DJB's netstrings. Hence the name.