Untitled

mail@pastecode.io avatarunknown
plain_text
a month ago
171 B
5
Indexable
Never
import json


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

dictionary = json.loads(json_text)

print(dictionary)