vector::serde

Module json

source
Expand description

Utilities for the serde_json crate.

Functionsยง

  • Serialize the given data structure as JSON to BytesMut.
  • Serialize the given data structure as JSON to String.