Re-exports§
pub use zbase32;
Modules§
Macros§
- impl_
debug_ as_ litl - impl_
nested_ tagged_ data_ serde - impl_
serde_ enum_ of_ distinct_ tagged_ values - impl_
single_ tagged_ data_ serde - json
- Construct a
serde_json::Value
from a JSON literal.
Structs§
- Error
- This type represents all possible errors that can occur when serializing or deserializing JSON data.
- Key
- Map
- Measure
Value - Val
Enums§
- Read
Newln SepStream Error - Tagged
Data Error - ValE
- ValRef
- Value
- Represents any valid JSON value.
Traits§
Functions§
- from_
newln_ sep_ slice - from_
reader - Deserialize an instance of type
T
from an I/O stream of JSON. - from_
slice - Deserialize an instance of type
T
from bytes of JSON text. - from_
slice_ owned - from_
str - Deserialize an instance of type
T
from a string of JSON text. - from_
val - from_
value - Interpret a
serde_json::Value
as an instance of typeT
. - read_
newln_ sep_ stream - to_
newln_ sep_ stream - to_
newln_ sep_ vec - to_
string - to_
string_ canonical - to_
string_ pretty - Serialize the given data structure as a pretty-printed String of JSON.
- to_val
- to_
value - Convert a
T
intoserde_json::Value
which is an enum that can represent any valid JSON data. - to_vec
- to_
vec_ canonical - to_
writer - to_
writer_ canonical - val_
from_ str