Json::Value array; array.append( 1234 ); int value = array[0].asInt(); // did not compile previously
Attach a file by drag & drop or click to upload