MiSawa / xq

Pure rust implementation of jq
MIT License
333 stars 18 forks source link

Implement abs/0 filter #180

Closed itchyny closed 8 months ago

itchyny commented 8 months ago

This PR implements abs/0 filter added in jq 1.7. See also https://github.com/jqlang/jq/pull/2767.

MiSawa commented 8 months ago

Looks good, thank you!