mirror of
https://github.com/volatilityfoundation/volatility
synced 2026-06-08 18:04:46 +00:00
Bug on shellbags command when the output is json
Update html.py for bug on shellbags command when the output is set to json
This commit is contained in:
@@ -48,4 +48,4 @@ class JSONRenderer(Renderer):
|
||||
raise NotImplementedError("JSON output for trees has not yet been implemented")
|
||||
# TODO: Output (basic) type information in JSON
|
||||
json_input = {"columns": [column.name for column in data.columns], "rows": data.visit(None, self.render_row, [])}
|
||||
return outfd.write(json.dumps(json_input))
|
||||
return outfd.write(json.dumps(json_input,ensure_ascii=False))
|
||||
|
||||
Reference in New Issue
Block a user