Module nu_json::de

source ·
Expand description

Hjson Deserialization

This module provides for Hjson deserialization with the type Deserializer.

Structs§

Functions§

  • Decodes a Hjson value from an iterator over an iterator Iterator<Item=u8>.
  • Decodes a Hjson value from a std::io::Read.
  • Decodes a Hjson value from a byte slice &[u8].
  • Decodes a Hjson value from a &str.