Module tremor_value::value[][src]

Expand description

The value modules defines a structural module of tremor supported types

Modules

from

Conversions from other types to the value type

Enums

Value

Borrowed JSON-DOM Value, consider using the ValueTrait to access its content

Functions

parse_to_value

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.

parse_to_value_with_buffers

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.

to_value

convert anything implementing Serialize into a Value using our own Serializer.

Type Definitions

Bytes

Bytes

Object

Representation of a JSON object