3-11-14
=head1 SYNOPSIS
use Object::Pad;
use Object::PadX::Role::AutoMarshal;
use Cpanel::JSON::XS;
class Pet {
field $name :param;
field $species :param = "Dog";
}
class Perso
shal) {
...
}
This is the only import right now, it creates a top level namespace role AutoJSON for lazy people (like me).
This is a bad idea, don't do it it pollutes this globally since there
fo
=head1 LICENSE
This module is available under the Artistic 2.0 License
=head1 SEE ALSO
L<Object::Pad>, L<Cpanel::JSON::XS>
=head1 AUTHOR
Ryan Voots, L<simcop@cpan.org>, aka simcop2387
=cut