Module json
vector
0.46.0
Module json
Module Items
Functions
In vector::
serde
Modules
json
Structs
Fields
Enums
FieldsOrValue
OneOrMany
Functions
bool_or_struct
default_decoding
default_false
default_framing_message_based
default_max_length
default_true
is_default
vector
::
serde
Module
json
Copy item path
Settings
Help
Summary
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
.