We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e05c4 commit 08ddeedCopy full SHA for 08ddeed
include/json/value.h
@@ -173,7 +173,7 @@ class JSON_API StaticString {
173
* The get() methods can be used to obtain default value in the case the
174
* required element does not exist.
175
*
176
- * It is possible to iterate over the list of a #objectValue values using
+ * It is possible to iterate over the list of member keys of an object using
177
* the getMemberNames() method.
178
179
* \note #Value string-length fit in size_t, but keys must be < 2^30.
0 commit comments