Expand description
The value modules defines a structural module of tremor supported types
Re-exports§
pub use static::StaticValue;
Modules§
- Conversions from other types to the value type
- a static value newtype workaround for rust quirks
Enums§
- Borrowed JSON-DOM Value, consider using the
ValueTrait
to access its content
Functions§
- Parses a slice of bytes into a Value dom. This function will rewrite the slice to de-escape strings. As we reference parts of the input slice the resulting dom has the same lifetime as the slice it was created from.
- Parses a slice of bytes into a Value dom. This function will rewrite the slice to de-escape strings. As we reference parts of the input slice the resulting dom has the same lifetime as the slice it was created from.
- convert anything implementing
Serialize
into aValue
using our ownSerializer
.
Type Aliases§
- Bytes
- Representation of a JSON object