A lightweight jq-like JSON query engine in Perl Changes for 0.50 - 2025-10-04 Added trim() helper to remove leading/trailing whitespace from strings and array elements recursively. Documented the new function and included it in the --help-functions listing and README feature table. Added regression tests covering scalar, array, and mixed inputs.