jsoncpp is an open source JSON reader and writer for C++
I'm using jsoncpp and I'm having a problem with how the json messages are formatted when they are written using …
c++ json jsoncppI have a Config file with following contents: { "ip": "127.0.0.1", "heartbeat": "1", "ssl": "False", "log_severity": "debug", "port":"9999" } I have used JsonCpp …
c++ json jsoncpp