eg, there is file with content ``` export default { "step": 100, "currentTime": 0, } ``` we can also sort it to ``` { "currentTime": 0, "step": 100, } ``` as an json file