19 static nlohmann::json toInjaJson(
const QJsonValue &value);
20 static nlohmann::json toInjaJson(
const QJsonObject &obj);
21 static nlohmann::json toInjaJson(
const QJsonArray &array);
23 static QString render(
const QString &templateStr,
const QJsonObject &data);
24 static QString renderFile(
const QString &templatePath,
const QJsonObject &data);
27 InjaBridge() =
default;