json.hpp link

This commit is contained in:
Daniel Sipka 2015-05-05 16:25:59 +02:00
parent 355601bc3a
commit ac69da53aa

View File

@ -6,6 +6,8 @@ mstch is a complete implementation of [{{mustache}}](http://mustache.github.io/)
templates using modern C++. It's compliant with [specifications](https://github.com/mustache/spec)
v1.1.2, including the lambda module.
It works great with [json.hpp](https://github.com/no1msd/json.hpp).
[![Build Status](https://travis-ci.org/no1msd/mstch.svg?branch=master)](https://travis-ci.org/no1msd/mstch)
## Supported features