Enum json_ld::object::InvalidExpandedJson
source · pub enum InvalidExpandedJson<M> {
InvalidObject,
InvalidList,
InvalidIndex,
InvalidId,
InvalidValueType,
InvalidLiteral,
InvalidLanguage,
InvalidDirection,
NotExpanded,
UnexpectedEntry,
DuplicateKey(Meta<SmallString<[u8; 16]>, 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.