Monday, 29 May 2017

Node.js - How to replace value of external json file without saving the whole js object?

The application data is stored in json file, the json is loaded and the object is manipulated in-memory.

How to replace value of external json file without writing the whole object to file? Is it possible to synchronize js object with external json file, so that small change in the object will write only the corresponding part of the file?



via user1276919

No comments:

Post a Comment