Home | History | Annotate | Download | only in json

Lines Matching full:objectvalue

45   objectValue    ///< object value (collection of name/value pairs).
63 * Value constructor and objectValue member assignement takes advantage of the
102 * values of an #objectValue or #arrayValue can be accessed using operator[]()
113 * It is possible to iterate over the list of a #objectValue values using
201 To create an empty object, pass objectValue.
209 Json::Value obj_value(Json::objectValue); // {}
302 /// \pre type() is arrayValue, objectValue, or nullValue
392 /// \pre type() is objectValue or nullValue
410 /// \pre type() is objectValue or nullValue
941 /// objectValue.