From ac69da53aac590e16b48e402d2c0c1cff8880297 Mon Sep 17 00:00:00 2001 From: Daniel Sipka Date: Tue, 5 May 2015 16:25:59 +0200 Subject: [PATCH] json.hpp link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e649ad7..12dc95b 100644 --- a/README.md +++ b/README.md @@ -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