update deps to json 3.1 and catch 2.1

This commit is contained in:
pantor
2018-02-14 10:13:57 +01:00
parent c283916589
commit bec63cd82a
3 changed files with 8911 additions and 5333 deletions

View File

@@ -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!"
```

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff