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

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