- Make sure Go is installed on your machine (if not, please refer to https://go.dev/doc/install)
- Run the following command to generate the binary file "flatten":
go build -o flatten- Run the following command to run unit test cases:
go test -v ./...- Pipe any json file to the tool by running the following command example:
cat test.json | ./flatten