JSON-JOM
========
Created: 2010-08-22
Home page: <https://metacpan.org/release/JSON-JOM>
Bug tracker: <http://rt.cpan.org/Dist/Display.html?Queue=JSON-JOM>
Maintainer: Toby Inkster <mailto:tobyink@cpan.org>
0.501 2012-01-17
- JSON::JOM::Node abstract class, method 'ref' no longer exists
- JSON::JOM::Node abstract class, method 'typeof' returns undef instead of
croaking
- (Bugfix) 'can' method should return a coderef when object can do a
method
0.500 2011-12-04
# First stable release
- (Packaging) Module::Package::RDF
- (Update) use 5.010
- (Update) use Object::AUTHORITY
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) Make strings, numbers, booleans and nulls first class members
of the JOM.
- (Addition) JSON::JOM::Plugins::TreeUtils.
0.002 2010-08-26
- (Bugfix) rootNode stuff now actually works.
0.001 2010-08-25
# First release