[ Version ( since = "0.8" ) ]
public unowned Object? get_object_member (string member_name)
Convenience function that retrieves the object stored in member_name
of this.
It is an error to specify a member_name
which does not exist.
If member_name
contains `null`, then this function will return `NULL`.
See also: [[email protected]_member], [[email protected]_member]
this |
a JSON object |
member_name |
the name of the member |
the object inside the object's member |