Function parse_data

Source
pub fn parse_data(
    json: &Value,
    columns: &[Column],
) -> Result<Vec<Row>, FireboltError>