Save Load - brendanoc21/notes-app GitHub Wiki

Persistence

  • Save can be accessed by inputting 6 on the menu and will save the Note array list to a JSON file.

  • Load can be accessed by inputting 7 on the menu and will load a Note array list from a JSON file.

This saving and loading can be done through XML instead of JSON with a change of commenting and uncommenting a few lines of code in the files.