# Class::JSON_Object

![Version](https://img.shields.io/github/v/release/sciurius/perl-Class-JSON_Object)
![GitHub issues](https://img.shields.io/github/issues/sciurius/perl-Class-JSON_Object)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http:/makeapullrequest.com)
![Language Perl](https://img.shields.io/badge/Language-Perl-blue)

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.

