Crate json_ld_syntax
source ·Expand description
This library provide functions to parse JSON-LD contexts and print JSON-LD documents.
Re-exports
pub use container::Container;
pub use container::ContainerKind;
pub use container::ContainerRef;
pub use context::Context;
pub use context::ContextRef;
Modules
Macros
- Constructs a
Loc<json_syntax::Value, (), ()>
from a JSON literal.
Structs
- Lexical JSON number.
- Object.
- Wrapper to view a value without considering the order of the objects entries.
Enums
- Internationalized string direction.
- Error code.
- JSON-LD keywords.
- Value kind.
- Language tag that may not be well-formed.
- Language tag buffer that may not be well-formed.
- Value that can be null.
- Value.
Constants
- Number buffer stack capacity.
- String stack capacity.
Traits
- JSON-LD comparison.
- Print methods.
Functions
Type Definitions
- Array.
- Value wrapped inside a
locspan::Meta
container. - Number buffer.
- String.