mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-03-04 19:13:29 +01:00

Json::Value array; array.append( 1234 ); int value = array[0].asInt(); // did not compile previously
Json::Value array; array.append( 1234 ); int value = array[0].asInt(); // did not compile previously