Skip to content

Instantly share code, notes, and snippets.

@SenpaiSilver
Created August 8, 2016 18:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SenpaiSilver/f719819e84e3209ba83650c4077f6603 to your computer and use it in GitHub Desktop.
Save SenpaiSilver/f719819e84e3209ba83650c4077f6603 to your computer and use it in GitHub Desktop.
#! /usr/bin/env python
import json
def PrettyJSON(data, indnt=2, sortkeys=True):
print(json.dumps(data, sort_keys=sortkeys, indent=indnt))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment