Type Definition json_ld::FlattenedDocument

source ·
pub type FlattenedDocument<T, B, M> = Vec<Meta<Indexed<Node<T, B, M>, M>, M>, Global>;
Expand description

Result of the document flattening algorithm.

It is just an alias for a set of (indexed) nodes.