Docs.rs
  • serde_json-1.0.86
    • serde_json 1.0.86
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • dtolnay
    • github:serde-rs:publish
    • Dependencies
      • indexmap ^1.5.2 normal
      • itoa ^1.0 normal
      • ryu ^1.0 normal
      • serde ^1.0.100 normal
      • automod ^1.0 dev
      • indoc ^1.0 dev
      • ref-cast ^1.0 dev
      • rustversion ^1.0 dev
      • serde ^1.0.100 dev
      • serde_bytes ^0.11 dev
      • serde_derive ^1.0 dev
      • serde_stacker ^0.1 dev
      • trybuild ^1.0.49 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate serde_json

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
logo
Change settings

List of all items

Structs

  • Deserializer
  • Error
  • Map
  • Number
  • Serializer
  • StreamDeserializer
  • de::Deserializer
  • de::IoRead
  • de::SliceRead
  • de::StrRead
  • de::StreamDeserializer
  • error::Error
  • map::IntoIter
  • map::Iter
  • map::IterMut
  • map::Keys
  • map::Map
  • map::OccupiedEntry
  • map::VacantEntry
  • map::Values
  • map::ValuesMut
  • ser::CompactFormatter
  • ser::PrettyFormatter
  • ser::Serializer
  • value::Number
  • value::RawValue
  • value::Serializer

Enums

  • Value
  • error::Category
  • map::Entry
  • ser::CharEscape
  • value::Value

Traits

  • de::Read
  • ser::Formatter
  • value::Index

Macros

  • json

Functions

  • de::from_reader
  • de::from_slice
  • de::from_str
  • from_reader
  • from_slice
  • from_str
  • from_value
  • ser::to_string
  • ser::to_string_pretty
  • ser::to_vec
  • ser::to_vec_pretty
  • ser::to_writer
  • ser::to_writer_pretty
  • to_string
  • to_string_pretty
  • to_value
  • to_vec
  • to_vec_pretty
  • to_writer
  • to_writer_pretty
  • value::from_value
  • value::to_raw_value
  • value::to_value

Type Definitions

  • Result
  • error::Result