forked from extern/httpie-cli
Cleanup
This commit is contained in:
parent
963b2746f5
commit
65081b2f12
@ -15,8 +15,8 @@ class JSONFormatter(FormatterPlugin):
|
||||
'javascript',
|
||||
'text',
|
||||
]
|
||||
if (any(token in mime for token in maybe_json) or
|
||||
self.kwargs['explicit_json']):
|
||||
if (self.kwargs['explicit_json'] or
|
||||
any(token in mime for token in maybe_json)):
|
||||
try:
|
||||
obj = json.loads(body)
|
||||
except ValueError:
|
||||
|
Loading…
Reference in New Issue
Block a user