Module nu_json::value[][src]

Structs

Deserializer

Creates a serde::Deserializer from a Value object.

Serializer

Create a serde::Serializer that serializes a Serializee into a Value.

Enums

Value

Represents a Hjson/JSON value

Traits

ToJson

A trait for converting values to Hjson

Functions

from_value

Shortcut function to decode a Hjson Value into a T

to_value

Type Definitions

Map

Represents a key/value type.

MapIntoIter

Represents the IntoIter type.