Module serde_json::ser

source ยท
Expand description

Serialize a Rust data structure into JSON data.

Structsยง

Enumsยง

  • Represents a character escape code in a type-safe manner.

Constantsยง

  • BB ๐Ÿ”’
  • BS ๐Ÿ”’
  • FF ๐Ÿ”’
  • NN ๐Ÿ”’
  • QU ๐Ÿ”’
  • RR ๐Ÿ”’
  • TT ๐Ÿ”’
  • UU ๐Ÿ”’
  • __ ๐Ÿ”’

Staticsยง

Traitsยง

  • This trait abstracts away serializing the JSON control characters, which allows the user to optionally pretty print the JSON output.

Functionsยง