mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-11-06 13:21:05 +01:00
This eases porting portable code and does not break compatibility with the previous release. Json::Value::asLargestInt() has also be added to ease writing portable code independent of 64 bits integer support. It is typically used to implement writers.