Learning jq through a timesheet app
jq '.timesheet' jsons/2021-07.json
jq '.timesheet|to_entries' jsons/2021-07.json
https://stedolan.github.io/jq/manual/#ObjectIdentifier-Index:.foo,.foo.bar
https://stedolan.github.io/jq/manual/#Pipe:|
https://stedolan.github.io/jq/manual/#to_entries,from_entries,with_entries