jq with less and color

jq -C . data.json | less -R

remove field

jq 'del(.[].timestamp)' input.json