Untitled

Anonymous
plain_text
08/10/2023 6:25 PM
228 B
24
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...