refactor(json): migrate from nlohmann to rapidjson

Replace nlohmann::json with rapidjson across localization, hitbox manager, server world, and sensitive filter. Add json_utils helper for converting rapidjson documents to maps, and improve parse error handling.
This commit is contained in:
2026-08-04 13:17:45 +08:00
parent ef3be12b64
commit 5e7c6ec891
8 changed files with 132 additions and 33 deletions

View File

@@ -103,4 +103,5 @@ target_sources(${PROJECT_NAME}
gameplay/server_entity_manager.cpp
gameplay/client_entity_manager.cpp
gameplay/systems/wander_ai_system.cpp
tools/json_utils.cpp
)