Better JSON parsing, simpler new type support
Compare changes
This MR provides much better property parsing.
nlohmann::json
natively supports a richer variety of types than the previous custom-made translations: https://json.nlohmann.me/features/types/
to_json
and from_json
in case the types are not known to nlohmann::json. This MR only introduces one such conversion for type BankTypes
.--write-config
are now reusable as input files.Closes #179 (closed)
Required for #305 (closed)