VB
Size: a a a
VB
r
VB
VB
VB
VB
VB
VB
VB
r
r
r
VB
VB
VB
𝙼
r
𝙼
auto configFile = QFile("config.json");
QTextStream configStream(configFile);
const auto configJson = configStream.readAll();
auto config = QJsonDocument::fromJson(configJson.toUtf8());
const auto age = config["player"]["age"].toInt();
𝙼
VB