The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

JSON::JOM::Object - represents an object in a JOM structure

DESCRIPTION

JSON::JOM::Object represents an object structure (a.k.a. 'dictionary', 'hash', or 'associative array') in JSON. It is a subclass of JSON::JOM::Node.

BUGS

Please report any bugs to http://rt.cpan.org/.

SEE ALSO

JSON::JOM, JSON::JOM::Node.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT

Copyright 2010 Toby Inkster

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.