I have an MVC Porject WebApplication. In the App_Data folder, I want to add a json file. But Visual Studio does not offer me to add a Json file, even if I want to add a new element.

How to add json? Just use plain text file and rename it as json?
source
share