// This is free and unencumbered software released into the public domain.
pubtypeJsonldReaderResult<T>=core::result::Result<T, JsonldReaderError>;/// An error encountered while reading a JSON-LD document.
pubtypeJsonldReaderError=oxjsonld::JsonLdParseError;