MiSawa / xq

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

Add compatible mode #93

Open MiSawa opened 2 years ago

MiSawa commented 2 years ago

--compatible and --nocompatible maybe. Compatible mode should respect the behavior of jq as much as possible (a.k.a. as long as it doesn't require too much effort) when jq returns non-error, I guess.