View Single Post
  #6 (permalink)  
Old 08-30-2008, 12:42 AM
ProjectKaiser's Avatar
ProjectKaiser ProjectKaiser is offline
Member
 
Join Date: Aug 2008
Location: Saint-Petersburg, Russia
Posts: 47
ProjectKaiser is on a distinguished road
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.
Reply With Quote