Skip to main content

map_row_values_to_primitives

Function map_row_values_to_primitives 

Source
pub fn map_row_values_to_primitives(
    values: &[String],
) -> Result<Vec<JsonPrimitive>>
Expand description

Map delimited string values into JSON primitives.

ยงErrors

Returns an error if any token is a malformed quoted string.