Module json_ld_core::object
source · Expand description
Nodes, lists and values.
Re-exports
pub use list::List;
pub use node::Graph;
pub use node::IndexedNode;
pub use node::Node;
pub use node::Nodes;
pub use node::StrippedIndexedNode;
pub use value::Literal;
pub use value::LiteralString;
pub use value::Value;
Modules
Structs
- Iterator through indexed objects.
Enums
- Object fragment.
- Invalid expanded JSON object error.
- Object.
- Object reference.
- Iterator through the types of an object.
Traits
- Abstract object.
- Try to convert from a JSON value directly into an expanded JSON-LD document without going through the expansion algorithm.
- Try to convert from a JSON object directly into an expanded JSON-LD object without going through the expansion algorithm.
Type Definitions
- Indexed object.
- Indexed object, without regard for its metadata.