Untitled

 avatar
unknown
plain_text
2 years ago
171 B
10
Indexable
import json


with open("SfSessions__202308102114.json", "r") as json_file:
    json_text = json_file.read()

dictionary = json.loads(json_text)

print(dictionary)
Editor is loading...