def json(formatted_json): return pygments.highlight(formatted_json, lexers.JsonLexer(), formatters.TerminalFormatter())