Module json

Module json 

Source
Expand description

JSON helper utilities for serializing and deserializing thread events.

Functionsยง

from_str
Deserializes an event from a JSON string.
to_string
Serializes an event into a JSON string.
to_value
Converts an event into a serde_json::Value.
versioned_from_str
Deserializes a VersionedThreadEvent wrapper.
versioned_to_string
Serializes a VersionedThreadEvent wrapper.