virtualbow
virtualbow copied to clipboard
Use nlohmann::ordered_json to preserve order of keys in model and result files
Not very important, but that way the json files would be ordered in the same way the data is presented in the GUI and documented in the user manual.
ordered_json doesn't work with the new serialization macros (#181), therefore removing this from any milestones.
Should work with latest version of the library (blocked by #219)
Edit: Apparently not, the serialization macros don't yet have overloads for ordered_json.