miniblog.
← Back to all posts
Wilfred Hughes
Sep 27, 2012 at 13:54
Pretty print an arbitrary #Python dict: python "import sys, ast, pprint; value = ast.literal_eval(sys.stdin.read()); pprint.pprint(value)"