Can text from a txt file be converted to json using jq tool?
I have a txt file with values obtained by calling the following command recursively: gsutil ls -r gs://bucket-test/** | while IFS= read -r key; do gsutil stat $key; done, it looks like this: gs://bucket-test/4e123978-8eed-43ae-f521-8fba54c704ea.zip: Creation time: Wed, 21 Dec 2022…