mirror of
https://github.com/pantor/inja.git
synced 2026-05-04 20:35:22 +00:00
update deps to json 3.1 and catch 2.1
This commit is contained in:
@@ -16,7 +16,7 @@ Inja is a template engine for modern C++, loosely inspired by [jinja](http://jin
|
||||
json data;
|
||||
data["name"] = "world";
|
||||
|
||||
inja::render("Hello {{ name }}!", data); // "Hello world!"
|
||||
inja::render("Hello {{ name }}!", data); // Returns "Hello world!"
|
||||
```
|
||||
|
||||
|
||||
|
||||
Vendored
+3195
-2411
File diff suppressed because it is too large
Load Diff
Vendored
+5715
-2921
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user