From e3a7aef19767b0c5eeb96237044f4758e2cdbdd2 Mon Sep 17 00:00:00 2001 From: Syoyo Fujita Date: Wed, 10 Jan 2018 18:32:51 +0900 Subject: [PATCH] Describe note on Visual Studio version. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d20eb0f..1cb18c9 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ If you are looking for old, C++03 version, please use `devel-picojson` branch. * [x] iOS + clang * [x] Linux + gcc/clang * [x] Windows + MinGW + * [x] Windows + Visual Studio 2015 or later. * [x] Android + CrystaX(NDK drop-in replacement) GCC * [x] Web using Emscripten(LLVM) * Moderate parsing time and memory consumption.