+ more test cases

This commit is contained in:
Niels 2014-12-28 14:57:21 +01:00
parent 2e26faf91c
commit a68b4cafa2
3 changed files with 18 additions and 2 deletions

View file

@ -257,6 +257,8 @@ class JSON
JSON& at(const char*);
/// operator to get an element in an object
const JSON& at(const std::string&) const;
/// operator to get an element in an object
const JSON& at(const char*) const;
/// return the number of stored values
size_t size() const noexcept;