mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
- Removed dependency on jansson - Implemented nlohmann JSON for Modern C++ - Moved generic GetString, etc., helper functions out of ObjectJsonHelpers.hpp to Json.hpp - Added GetEnum helper function - Added AsObject and AsArray helper functions - Removed GetStringArray, etc., helper functions as they're not needed with the better language features - Added second GetFlags definition that allows specifying inverted flags - this is a bit cleaner than previous hacks - Comments!