Friday, December 2, 2022

JavaScript Object Notation

 Very happy; I have found a way to write the calevents to a text file, 

and then later read from that file to re-create the calendar. It involves 

using json and ofr a limited number of calevents, it gets the job done.


This involves creating a json object, with json.dumps() for writing

to the text file, and json.loads() recreating  a dictionary object. Below:


                                                       





                                                                              

No comments: