ingest_json_from_str

Function ingest_json_from_str 

Source
pub fn ingest_json_from_str(
    input: &str,
    schema: &Schema,
) -> IngestionResult<DataSet>
Expand description

Ingest JSON from an in-memory string into a DataSet.