Module htrpc::json [] [src]

JSON serialize/deserialize function.

This module can be used as the value of the serde(with) attribute (i.e., #[serde(with = "htrpc::json")]).

Functions

deserialize

Deserializes a JSON string.

serialize

Serializes the value as a JSON string.