Module ruma_serde::json_string[][src]

Expand description

De-/serialization functions to and from json strings, allows the type to be used as a query string.

Functions

deserialize

Read a string from the input and deserialize it as a T.

serialize

Serialize the given value as a JSON string.