pub unsafe extern "C" fn aws_json_value_get_boolean(
    value: *const aws_json_value,
    output: *mut bool
) -> c_int
Expand description

Gets the boolean of a boolean aws_json_value. @param value The boolean aws_json_value. @param output The boolean @return AWS_OP_SUCCESS if the value is a boolean, otherwise AWS_OP_ERR.