To save the JSON file into a local directory, I saw many ways here.
However, using pure JavaScript and HTML, I want to save the JSON file in an internal directory of the application, not a local directory. For example, if using a web hosting service, I create a directory and save the JSON file using script then, read it whenever I want.
Is it possible to do it?