I am starting to learn how to use JSON and would like to know if it is possible to do operations with it (read and write) locally.
Basically a .json file with some data and an HTML file.
Is it possible to access this data and include it completely locally? No need to host on any server?