panama-papers-dataset-2016
panama-papers-dataset-2016 copied to clipboard
Did some pretty printing
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
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