mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-04 16:18:21 +02: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.