get_member
Description:
public unowned Node?
get_member (
string member_name)
Retrieves the value of the given member inside an object.
Parameters:
this |
a JSON object
|
member_name |
the name of the JSON object member to access
|
Returns:
the value for the requested object member
|