This website requires JavaScript.
Explore
Coder Dansu
Resume
Help
Sign In
open-source-parsers
/
jsoncpp
Watch
1
Star
0
Fork
0
You've already forked jsoncpp
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
jsoncpp
/
include
History
Baptiste Lepilleur
fa130ef871
- 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
2010-12-24 12:47:14 +00:00
..
json
- Array index can be passed as int to operator[], allowing use of literal:
2010-12-24 12:47:14 +00:00