Files
tui-rsync/features/support/helpers.py
T

6 lines
76 B
Python

import json
def json_to_dict(json_data):
return json.loads(json_data)