mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-12-09 03:53:34 -05: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.