get_boolean_member
Description:
Convenience function that retrieves the boolean 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_boolean_member_with_default], [method@Json.Object.get_member], [method@Json.Object.has_member]
Parameters:
this |
a JSON object |
member_name |
the name of the member |
Returns:
the boolean value of the object's member |