# Setup ## Format JSON Format JSON in VSCode (example.json) * select one single quote * \+\+L * type double quote * \ => Format Document ## Install yq ```sh brew install yq ``` # Command ```sh cat example.json | yq e -P - ``` # References * https://stackoverflow.com/a/62798787/17330086