The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Perl extension XML::XML2JSON.

0.04  Mar 20, 2008
    - Added obj2dom and dom2obj methods
    - When using the JSON module, 
      the to_json and from_json methods are now used
    - Fixed a bug where sanitize would not remove
      private_elements that held its children as an array

0.03  Sep 10, 2007
	- Makefile.PL now uses Module::Install
	- Fixed a couple typos in the pod

0.02  Sep 6, 2007
	- Fixed a bug where a JSON module was not auto-loading correctly
	- Added the json2xml method
	- Added an alias method for convert called xml2json
	- Added support for JSON::DWIW
	- Added attribute_prefix option
	- Added content_key option

0.01  Sep 4, 2007
	- original version