Expand description
Owned, lifetimeless version of the value for times when lifetimes are to be avoided
Enums§
- Owned JSON-DOM Value, consider using the
ValueTrait
to access it’s content. This is slower then theBorrowedValue
as a tradeoff for getting rid of lifetimes.
Functions§
- Parses a slice of bytes into a Value dom.
- Parses a slice of bytes into a Value dom.
Type Aliases§
- Representation of a JSON object