Module nu_json::ser

source ·
Expand description

Hjson Serialization

This module provides for Hjson serialization with the type Serializer.

Structs

  • A structure for serializing Rust values into Hjson.

Traits

  • This trait abstracts away serializing the JSON control characters

Functions