Class::JSON_Object
Many web services and apps exchange information in the form of JavaScript objects in JSON format. This class, actually a role, makes it easy to define classes that construct Perl objects that correspond to the JSON objects.
The intention is that these Perl objects can easily be loaded from, and serialized as JSON.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
Development of this module takes place on GitHub: https://github.com/sciurius/perl-Class-JSON_Object.
You can find documentation for this module with the perldoc command.
perldoc Class::JSON_Object
Please report any bugs or feature requests using the issue tracker on GitHub.
COPYRIGHT AND LICENCE
Copyright (C) 2024,2026 Johan Vromans
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.