From 52ac56c33e68c5751ef536e331e6f19fe571d269 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Tue, 26 Jan 2016 20:38:59 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cc6ff3be8..cd2f35580 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ ## Design goals +[![Join the chat at https://gitter.im/nlohmann/json](https://badges.gitter.im/nlohmann/json.svg)](https://gitter.im/nlohmann/json?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + There are myriads of [JSON](http://json.org) libraries out there, and each may even have its reason to exist. Our class had these design goals: - **Intuitive syntax**. In languages such as Python, JSON feels like a first class data type. We used all the operator magic of modern C++ to achieve the same feeling in your code. Check out the [examples below](#examples) and you know, what I mean.