Changes for version 1.01 - 2025-10-16

  • Maintenance
    • Promote the release version to 1.01 to ensure Perl's version parsing keeps this release newer than the historical 0.99.
  • Feature
    • Added fromjson() helper to decode JSON text back into native data structures, mirroring jq's behaviour and complementing tojson().
  • Tests
    • Added regression coverage asserting fromjson() handles objects, arrays, invalid JSON text, and null propagation.
  • Docs
    • Documented fromjson() across README, CLI helper listings, and module POD.

Modules

A lightweight jq-like JSON query engine in Perl