IS
on start, services do data_load, on stop, they do data_save, both specifying the file name
this is bloat code and does not enable for autosave
SHOULD
add async rtjscomp.data_json(path, default) that returns the object stored in the file and saves this object back to file automatically
IS
on start, services do
data_load, on stop, they dodata_save, both specifying the file namethis is bloat code and does not enable for autosave
SHOULD
add
async rtjscomp.data_json(path, default)that returns the object stored in the file and saves this object back to file automatically