vector
0.45.0
Module json
Module Items
Functions
In vector::
serde
vector
::
serde
Module
json
Copy item path
source
Expand description
Utilities for the
serde_json
crate.
Functions
ยง
to_
bytes
Serialize the given data structure as JSON to
BytesMut
.
to_
string
Serialize the given data structure as JSON to
String
.