dyoo / WeScheme

29 stars 16 forks source link

avoid jdom library and XML: use json_simple instead #78

Open dyoo opened 12 years ago

dyoo commented 12 years ago

Under certain situations, jdom will fail on us with IllegalCharacterData, because certain characters are illegal in XML text. We really must switch over entirely to something programmer friendly when communicating between client and server, and XML is not that data format. I think we must switch over to JSON instead.