[−][src]Crate json_ld
Re-exports
pub use object::Object; |
pub use object::Node; |
pub use object::Value; |
pub use context::Context; |
pub use context::ContextMut; |
pub use context::JsonContext; |
Modules
| context | Context processing algorithm and types. |
| expansion | Expansion algorithm and types. |
| object | Nodes, lists and values. |
| syntax | Syntax elements. |
| util | Utility functions. |
Structs
| BlankId | Blank node identifier. |
| Error | Error type. |
| FsLoader | File-system loader. |
| Indexed | Indexed objects. |
| LangString | |
| NoLoader | Dummy loader. |
| RemoteDocument | Remote JSON-LD document. |
Enums
| Direction | Internationalized string direction. |
| ErrorCode | Error code. |
| Lenient | Wrapper for string data that may be malformed. |
| Lexicon | Lexicon identifier. |
| ProcessingMode | Processing modes |
| Reference | Node reference. |
Traits
| Document | JSON-LD document. |
| Id | Unique identifier types. |
| Loader | |
| ToReference | Types that can be converted into a borrowed node reference. |
| Vocab |
Type Definitions
| ExpandedDocument | Result of the document expansion algorithm. |