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

JSON is not a core module, JSON::PP is. See also corelist/modules.

  • Comment on Re^2: Web application framework and Smartphone apps

Replies are listed 'Best First'.
Re^3: Web application framework and Smartphone apps
by Anonymous Monk on Apr 06, 2021 at 15:10 UTC
    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.