Expand description

Encode a Rust data structure into JSON data.

Structs

An error encountered while encoding a stream.

Functions

Given an encodable value, return an encoded stream.

Given a stream of encodable key-value pairs, return a streaming JSON object.

Given a stream of encodable elements, return a streaming JSON list.

Type Definitions