|
Why binary ? JSON produces human-readable text stream. Advantage is that you do not need to write your own serialization/deserialization code - this is what JSON library does for some primitive types and objects.
Last edited by ProjectKaiser : 08-30-2008 at 12:52 AM.
|