mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Stephen Dolan
da5d653de8
Add a Boolean "not" operator.
Not wholly convinced this is a good idea, maybe "not" should be a builtin function instead? 'not (.a == .b)' vs. '.a == .b | not'
Description
No description provided
Languages
C
78.5%
M4
6.8%
Shell
4.6%
Yacc
3.6%
jq
2.5%
Other
4%