#!/usr/bin/python3 import json import sys gj=json.load(open(sys.argv[1])) print(json.dumps(gj,indent=2))