+ more test cases
This commit is contained in:
parent
2e26faf91c
commit
a68b4cafa2
3 changed files with 18 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue