Python JSON formatting question for class project
I'm working on a project for a Intro to programming logic class for school where we are reading in information from a .txt file, reformatitng it to JSON format and then writing that JSON format to a new .txt file…