Module vector::serde::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.