Changes for version 0.03 - 2025-12-05
- Fixed nested HASH references not being properly serialized in array elements
- Changed _encode_object_with_array() to use _encode_value() instead of _encode_primitive()
- Allows recursive expansion of nested structures from JSON::PP::decode_json()
- Added test: t/09_nested_hash_from_json.t
Modules
Complete Perl implementation of TOON (Token-Oriented Object Notation)
Provides
in lib/Data/TOON/Decoder.pm
in lib/Data/TOON/Encoder.pm
in lib/Data/TOON/Validator.pm