1

I am working on an Image Gallery Project in Visual Studios 2019 Windows Form app(.Net Framework). I have a json file from which I will be getting inputs in my class. But as I am new to all this I am not able to figure out how to add this json file into my project. Can anyone help me how to add Json file into project. Thanks.

2
  • Its not working brother.. Commented Oct 3, 2020 at 9:32
  • Is any update? If your question has been solved , you can click '✔' to mark the appropriate reply as the answer. Commented Oct 9, 2020 at 7:18

2 Answers 2

2

If you want to add a existing json file, you can refer to ADyson's Solution.

If you want to add a json file directly, you can right click ->add items->choose Json file.

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

1

Right-click on the project (or any subfolder) in the visual studio solution explorer, then go to Add -> Existing Item

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.