[ Version ( since = "0.8" ) ]
public int64 get_int_member (string member_name)
Convenience function that retrieves the integer value stored in member_name of this.
It is an error to specify a member_name which does not exist.
See also: [method@Json.Object.get_int_member_with_default], [method@Json.Object.get_member], [method@Json.Object.has_member]
| this |
a JSON object |
| member_name |
the name of the object member |
|
the integer value of the object's member |