Lines Matching refs:Json
35 - Patch #10: BOOST_FOREACH compatibility. Made Json::iterator more
62 - Patch #16: Missing field copy in Json::Value::iterator causing infinite
94 Types Json::Int64 and Json::UInt64 have been added. They are aliased
98 Types Json::LargestInt and Json::LargestUInt have been added. They are
100 either Json::Int/Json::UInt or Json::Int64/Json::UInt64 respectively.
102 Json::Value::asInt() and Json::Value::asUInt() still returns plain
106 Json::Value::asInt64() and Json::Value::asUInt64() have been added
109 Json::Value::asLargestInt() and Json::Value::asLargestUInt() returns
117 Warning: Json::Value::asInt() and Json::Value::asUInt() now returns
125 - The type Json::ArrayIndex is used for indexes of a JSON value array. It
129 Json::Value array;
133 - Added float Json::Value::asFloat() to obtain a floating point value as a