panama-papers-dataset-2016 icon indicating copy to clipboard operation
panama-papers-dataset-2016 copied to clipboard

Did some pretty printing

Open aldrinleal opened this issue 8 years ago • 1 comments

Reading online was boring, forcing me to clone. Instead, I have formatted it with:

$ cd json
$ for i in *.json ; do jq -r . $i | sponge $i ; done

Hope it helps

aldrinleal avatar Apr 05 '16 14:04 aldrinleal

Thanks, but this seems to truncate data from the original file, Can you check again ? else, you can still have a pretty print for raw JSON files by using JSON View chrome extension

amaboura avatar Apr 10 '16 08:04 amaboura