Last active
September 15, 2016 12:01
-
-
Save GoZOo/c3513db91f27b1d5e968b1b1e32d6b23 to your computer and use it in GitHub Desktop.
Command line tool to format large file json and display them in vim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python -mjson.tool < unformatted.json | vim - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment