j9
j9 copied to clipboard
Rust bindings for *jq*
Results
2
j9 issues
Sort by
recently updated
recently updated
newest added
Distributions that provide jq typically also offer development packages that can be discovered by using pkg-config. Adding optional pkg-config configuration to j9-sys would be a welcome step towards easier packaging...
When `j9::run` encounters an error in the input it should result in an error, but it currently fails silently. Example: ```rs let s = j9::run(".a=(.a|fromjson)", "{\"a\":\"4v2\"}").expect("Should have failed at parsing");...