Added
- toJSON() support: Objects with a
toJSON()method can now provide custom serialization, similar toJSON.stringifyin JavaScript
Fixed
- Decoder now treats negative leading zeros (
-05,-0001) as strings per spec §2.4
Changed
- TOON Specification v3.0 compliance for Section 10 (Objects as List Items)