Extend TypedDict to save/retrieve as JSON to/from file
I want to have simple data structure, and save it to disk as json, and later take the json and put back into the data structure.
I want to have simple data structure, and save it to disk as json, and later take the json and put back into the data structure.