We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08ddeed commit d872310Copy full SHA for d872310
include/json/value.h
@@ -538,14 +538,11 @@ Json::Value obj_value(Json::objectValue); // {}
538
/// \brief Remove and return the named member.
539
///
540
/// Do nothing if it did not exist.
541
- /// \return the removed Value, or null.
542
/// \pre type() is objectValue or nullValue
543
/// \post type() is unchanged
544
- /// \deprecated
545
void removeMember(const char* key);
546
/// Same as removeMember(const char*)
547
/// \param key may contain embedded nulls.
548
549
void removeMember(const JSONCPP_STRING& key);
550
/// Same as removeMember(const char* begin, const char* end, Value* removed),
551
/// but 'key' is null-terminated.
0 commit comments