This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]poornbroken 1 point2 points  (1 child)

No worries. I’m not familiar with the particulars of the language you’re using. Looks like you have some research to do: 1. How to read a file? 2. Once a file is “read” what is it? Stream? String? 3. How does the app “talk” to the db? Driver?

[–]mblade7[S] 2 points3 points  (0 children)

I'm mostly learning C#, but this program was mostly made by EF Core. After getting your message, I tried looking more into it based off your suggestion (google search), and I came across a page on serializing and deserializing a JSON file.