Reading a CSV File Line by Line.
Bash itself lacks built-in JSON parsing capabilities, but jq is a powerful command-line JSON processor that fills this gap.
jq
First up, install toml-cli to play with TOML in Bash.
toml-cli
Here’s how to parse XML in Bash.
Working directly with YAML in Bash requires a bit of ingenuity since Bash does not have built-in support for parsing YAML.