mirror of
https://github.com/pantor/inja.git
synced 2026-03-08 02:01:23 +00:00
fix json to string conversion error in visual studio
This commit is contained in:
@@ -461,7 +461,7 @@ public:
|
||||
for (auto element: input) {
|
||||
switch ( static_cast<Parser::Type>(element["type"]) ) {
|
||||
case Parser::Type::String: {
|
||||
result += element["text"];
|
||||
result += render_json(element["text"]);
|
||||
break;
|
||||
}
|
||||
case Parser::Type::Variable: {
|
||||
|
||||
Reference in New Issue
Block a user