Rewrite asset json function to nlohmann::json

This commit is contained in:
Ylva Selling
2023-04-26 17:30:51 -04:00
parent 9a1e6b8002
commit d6ddd86a35
3 changed files with 25 additions and 72 deletions

View File

@@ -59,7 +59,7 @@ void DocumentationTopic::handleJson(const nlohmann::json& json) {
response = global::keybindingManager->generateJson();
}
else if (requestedType == "meta") {
response = SceneLicenseWriter().generateJson();
response = SceneLicenseWriter().generateJsonList();
}
_connection->sendJson(wrappedPayload(response));