Softwarejq exampleOn this pagejq example Filter by time jq 'select(.time > "2024-01-25T15:00:00+08:00" and .time < "2024-01-25T16:00:00+08:00")' yourfile.json Filter by sql and beatiful print with -r option output raw strings, not JSON texts; jq -r 'select(.sql != null) | .sql' gorm.log