commit | 1b138e8544d87f8bc4b35214be9f2bdcf78d1f36 | [log] [tgz] |
---|---|---|
author | Aaron Jacobs <aaronjjacobs@gmail.com> | Wed May 25 04:19:17 2011 +0000 |
committer | Aaron Jacobs <aaronjjacobs@gmail.com> | Wed May 25 04:19:17 2011 +0000 |
tree | 004eb21086fa4d67add6cd620290449c9c011f66 | |
parent | 4f081b50e6d786c187d71ccaa97d45c3b69b18eb [diff] |
Gave a more consistent behavior to the Value::isFoo methods. See NEWS.txt for more details.
diff --git a/include/json/value.h b/include/json/value.h index e3869e5..b013c9b 100644 --- a/include/json/value.h +++ b/include/json/value.h
@@ -280,7 +280,9 @@ bool isNull() const; bool isBool() const; bool isInt() const; + bool isInt64() const; bool isUInt() const; + bool isUInt64() const; bool isIntegral() const; bool isDouble() const; bool isNumeric() const;