Top "Jsoncpp" questions

jsoncpp is an open source JSON reader and writer for C++

jsoncpp how to check if tag is null .isNull() throw assertion

Im using jsoncpp , its great but when i need to check if json structure contains tag when i do it …

c++ assertions jsoncpp
Using libCurl and JsonCpp to parse from https webserver

So I've been looking around the internet for a basic example of parsing JSON using libcurl and jsoncpp but I've …

c++ json libcurl jsoncpp
How to get JsonCPP values as strings?

I am parsing json data using JsonCpp. I don't really need to understand the data, i just need to print …

c++ json jsoncpp
JSONCPP Build with Visual Studio 2010

How do I build it? The documentation is really shady about this. It says you need to place scons.py …

c++ visual-studio-2010 jsoncpp
Jsoncpp problems

I am using Jsoncpp to parse json-formats for c++. I do not understand how it works though; there is a …

c++ json jsoncpp
Undefined reference Json::Value and Json::Reader

When I run the following code: #include <cstdio> #include <iostream> #include <fstream> #include <…

c++ json jsoncpp
JSONCPP to Visual Studio

I am having some trouble getting the JSONCPP Library into Visual Studio. I have downloaded the library I am just …

c++ visual-studio-2013 jsoncpp
C++ JsonCPP - Removing objectValue from an arrayValue

I've only been using the jsonCPP lib for a couple of month now. Im trying to add and remove an …

jsoncpp
JsonCpp: How to get en empty object in a Json::Value?

I have an external library that receive a Json::Value as a parameter. It will then output a string containing …

c++ jsoncpp
How to link jsoncpp?

How can I link jsoncpp with a C++ program using g++? I tried: g++ -o program program.cpp -L/path/…

c++ linker g++ jsoncpp