MiSawa / xq

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

Fix error filter on null to backtrack, catching non-string error value #75

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

This PR fixes #42.

MiSawa commented 2 years ago

LGTM, thank you!