How to pretty-print the data (files in YAML format) and the generated JSON files?
yq e data/2021-07.yaml
yq e data/2021-11.yaml
jq . jsons/2021-07.json
jq . jsons/2021-11.json
Some business rules …
|
Learning jq through a timesheet app
yq e data/2021-07.yaml
yq e data/2021-11.yaml
jq . jsons/2021-07.json
jq . jsons/2021-11.json
Some business rules …
|