mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-09-14 09:27:44 +00:00
6 lines
76 B
Python
6 lines
76 B
Python
import json
|
|
|
|
|
|
def json_to_dict(json_data):
|
|
return json.loads(json_data)
|