Documentation
1
2
3
4
5
6
jawk
--select=.name.first = First name
--select=.name.last = Last name
--select=.dob.age=Age
--where=(&& (> .dob.age 30) (< .dob.age 45))
--output-style=csv