Page 1 of 1

File Editor

Posted: Thu Mar 07, 2019 6:39 pm
by Joel
Status

Requested

Complexity

5/10

Description
A file editor like that in Easy Save 2 to allow people to directly manipulate their files.

Demand for this has been low as Easy Save 3 uses JSON, which can be edited using a text editor. However, this might be useful for those using encryption, or wanting a built-in way to edit files.

The most robust way to do this is JSON would be to parse the JSON and allow the values to be manipulated, rather than deserialising the data as was the case in Easy Save 2.