Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

############################################################################
## Changes #################################################################
############################################################################
JSON-JOM
========
Created: 2010-08-22
Maintainer: Toby Inkster <mailto:tobyink@cpan.org>
0.005 [2010-09-16]
- Replace my own ref() solution with UNIVERSAL::ref.
0.004 [2010-09-15]
- JSON::JOM::Value better at distinguishing between numbers and strings.
0.003 [2010-09-01]
- Split common object/array parts of JOM into a JSON::JOM::Node abstract
class.
- (Addition) JSON::JOM::Plugins::TreeUtils.
- (Addition) Make strings, numbers, booleans and nulls first class members
of the JOM.
0.002 [2010-08-26]
- (Bugfix) rootNode stuff now actually works.
0.001 [2010-08-25] # First release