- Array index can be passed as int to operator[], allowing use of literal:
Json::Value array; array.append( 1234 ); int value = array[0].asInt(); // did not compile previously
Authored by: blep 2010-12-24
Parent: [r152]
Child: [r154]