Module identity_core::convert

source ·
Expand description

Traits for JSON conversions between types.

Traits

  • A convenience-trait to format types as JSON strings for display.
  • A convenience-trait for types that can be deserialized from JSON.
  • A convenience-trait for types that can be serialized as JSON.