Module serde_json_v8::Serializer[][src]

A structure for serializing Rust values into JSON.

Functions

new

Creates a new JSON serializer.

pretty

Creates a new JSON pretty print serializer.

with_formatter

Creates a new JSON visitor whose output will be written to the writer specified.