Is it possible to edit a JSON file locally?

0

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?

    
asked by anonymous 18.09.2018 / 02:52

1 answer

0

Yes, it is possible.

You can use lowdb for this. Follow the link to download and see some examples: link

    
20.09.2018 / 22:34