logo
pub async fn json_to_dataset<T>(
    json: &str,
    more_contexts_json: Option<&String>,
    lax: bool,
    options: Option<&JsonLdOptions>,
    loader: &mut T
) -> Result<DataSet, Error> where
    T: Loader<Document = JsonValue> + Send + Sync
Expand description