Resolved Good use for loading and processing of input data from text files in the current project I'm working on

sock1992

Well-known member
Joined
May 20, 2020
Messages
107
Programming Experience
Beginner
I'm currently working on a console application which stores the details of user information. At the moment I'm serialising and deserialising data to a to a Json file. . Can anyone suggest an idea of how I could maybe load data from a file aswell?
 
Last edited:
A JSON file is a text file.
 
Back
Top Bottom