john970473 / cpp_json

Provide a way to parse JSON with cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp_json

Provide a way to parse JSON with cpp.

Environment

Compile with Visual Studio 2017, Windows 10.

Usage

  1. Compile cpp_json in Release x64 and get a lib or dll.
  2. Compile cpp_json_test in Release x64 with cpp_json.lib.

JsonObject JsonArray JsonValue

About

Provide a way to parse JSON with cpp


Languages

Language:C++ 100.0%