A lightweight jq-like JSON query engine in Perl Changes for 0.51 - 2025-10-04 Added startswith()/endswith() helpers for prefix and suffix checks on scalars and arrays of strings. Documented the new functions and listed them in README and --help-functions output. Added regression tests covering scalars, arrays, mixed values, and chained usage.