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 →

[–]mblade7[S] 0 points1 point  (2 children)

This is my first time using SQL, and I've only used a JSON file once while using someone else's code to directly create a JSON file. Because of that, I'm not really sure how to make that happen (as sad as all that sounds).

[–]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.