Enum json_ld_core::object::InvalidExpandedJson
source · pub enum InvalidExpandedJson<M> {
InvalidObject,
InvalidList,
InvalidIndex,
InvalidId,
InvalidValueType,
InvalidLiteral,
InvalidLanguage,
InvalidDirection,
NotExpanded,
UnexpectedEntry,
DuplicateKey(Meta<Key, M>),
Unexpected(Kind, Kind),
}
Expand description
Invalid expanded JSON object error.
This can be raised when trying to directly convert a JSON value into an expanded JSON-LD object without using the expansion algorithm.