initSidebarItems({"fn":[["escape_bytes","Serializes and escapes a `&[u8]` into a JSON string."],["escape_str","Serializes and escapes a `&str` into a JSON string."],["to_string","Encode the specified struct into a json `String` buffer."],["to_string_pretty","Encode the specified struct into a json `String` buffer."],["to_vec","Encode the specified struct into a json `[u8]` buffer."],["to_vec_pretty","Encode the specified struct into a json `[u8]` buffer."],["to_writer","Encode the specified struct into a json `[u8]` writer."],["to_writer_pretty","Encode the specified struct into a json `[u8]` writer."]],"struct":[["CompactFormatter","This structure compacts a JSON value with no extra whitespace."],["PrettyFormatter","This structure pretty prints a JSON value to make it human readable."],["Serializer","A structure for serializing Rust values into JSON."]],"trait":[["Formatter","This trait abstracts away serializing the JSON control characters, which allows the user to optionally pretty print the JSON output."]]});