in reply to Re^2: Web application framework and Smartphone apps
in thread Web application framework and Smartphone apps

Nonetheless, JSON is a standard, and Perl has full support for it as do most other languages today. Hand it a string, get a data structure. Hand it a data structure, get a string. Treat the conversion process as a black box.
  • Comment on Re^3: Web application framework and Smartphone apps