Skip to main content

Module data_helpers

Module data_helpers 

Source
Expand description

JSON, base64, and token helpers.

DataHelpers serializes and deserializes JSON, encodes and decodes base64, creates random alphanumeric tokens, and converts serializable values to serde_json::Value (falling back to Null on failure).

Structs§

DataHelpers
Stateless JSON, base64, and token helpers.