I have this code
import json from pprint import pprint json_data=open(\'bookmarks.json\') jdata = json.load(json_data) pprint (jdata) json_data.close()
You can use jsonpipe if you just need the output (and more comfortable with command line):
cat bookmarks.json | jsonpipe |grep uri