Say that we need to process this JSON file data.json:
[
{
"name": "Isaac",| #!/bin/bash | |
| pacman -Syu --noconfirm | |
| pacman -S --noconfirm \ | |
| fish \ | |
| git github-cli \ | |
| zoxide eza fzf ripgrep fd \ | |
| neovim \ | |
| lua-language-server typescript-language-server vscode-json-languageserver \ | |
| tree-sitter-grammars \ |