适用于VS2013的 c++ json读取, 使用方法如 example.cpp所示。 需要先new 一个JsonAdapter对象,再去拿JsonObject。 vs2013需要在json.cpp中#include "stdafx.h",其他版本自行删掉即可