pub unsafe extern "C" fn aws_json_value_has_key(
object: *const aws_json_value,
key: aws_byte_cursor
) -> bool
Expand description
Checks if there is a aws_json_value at the given key. @param object The value aws_json_value you want to check a key in. @param key The key that you want to check. Is case sensitive. @return True if a aws_json_value is found.