mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
major enhancement, code refactoring for issue #297
This commit is contained in:
@@ -104,3 +104,6 @@ def stdoutencode(data):
|
||||
|
||||
def jsonize(data):
|
||||
return json.dumps(data, sort_keys=False, indent=4)
|
||||
|
||||
def dejsonize(data):
|
||||
return json.loads(data)
|
||||
|
||||
Reference in New Issue
Block a user