bow-simulation / virtualbow

Software for designing and simulating bows
http://www.virtualbow.org/
GNU General Public License v3.0
23 stars 3 forks source link

Use nlohmann::ordered_json to preserve order of keys in model and result files #187

Open stfnp opened 4 years ago

stfnp commented 4 years ago

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.

stfnp commented 4 years ago

ordered_json doesn't work with the new serialization macros (#181), therefore removing this from any milestones.

stfnp commented 2 years ago

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.