I want to create an app where I can keep track of people that I see in a nursing home. I want a record of the person’s name, age, comments and the date I talked to them. I will be seeing the same 100 people over and over on different dates and have different comments each time.
I am a beginner and I don’t know how to organize this info in a json file. For example, do just have a name: string for each person or should I have name: array and have each name go int an array instead of each visit having its own entry. Sorry, this is hard for me to explain - I though somebody might understand what Im getting at.
Todd