pub unsafe extern "C" fn aws_json_value_get_from_object(
object: *const aws_json_value,
key: aws_byte_cursor
) -> *mut aws_json_value
Expand description
Returns the aws_json_value at the given key. @param object The object aws_json_value you want to get the value from. @param key The key that the aws_json_value is at. Is case sensitive. @return The aws_json_value at the given key, otherwise NULL.