vector
0.43.0
Module json
Functions
In vector::serde
Module
vector
::
serde
::
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
.