pub fn ingest_json_from_str( input: &str, schema: &Schema, ) -> IngestionResult<DataSet>
Ingest JSON from an in-memory string into a DataSet.
DataSet