mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-26 18:51:04 +08:00
fa130ef871
Json::Value array; array.append( 1234 ); int value = array[0].asInt(); // did not compile previously