From 4cb3a9c51fb92fcdef89d498b524cf9f2b305ab9 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sun, 12 Apr 2015 10:30:52 -0500 Subject: [PATCH] Chromium --- Projects-using-jsoncpp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects-using-jsoncpp.md b/Projects-using-jsoncpp.md index 5dbd850..d74f167 100644 --- a/Projects-using-jsoncpp.md +++ b/Projects-using-jsoncpp.md @@ -11,6 +11,7 @@ Others * Debian ships with **jsoncpp**. * [Cinder](https://github.com/cinder/Cinder) includes **jsoncpp**. * [HackerRank](https://hackerrank.com) makes **jsoncpp** available in its [C++ environment](https://www.hackerrank.com/environment). +* Chromium includes jsoncpp somewhere. It uses the `0.y.z` branch because, though it uses a C++11 compiler, it [does not provide the C++11 library features](https://chromium-cpp.appspot.com/). Comparisons -----------