Saves the JSON storage to disk. Formatting is done as specified by the passed KeyOrderStrategy argument.
Merely leverages serialiseInto and writeln.
Key order strategy in which to sort object-type JSON keys.
Filename of the file to save to.
The order in which object-type keys should be listed in the output file. Non-existent keys are represented as empty. Not specified keys are omitted.
Saves the JSON storage to disk. Formatting is done as specified by the passed KeyOrderStrategy argument.
Merely leverages serialiseInto and writeln.