initSidebarItems({"struct":[["DumpGenerator","In-Memory Generator, this uses a Vec to store the JSON result."],["PrettyGenerator","Pretty In-Memory Generator, this uses a Vec to store the JSON result and add indent."],["PrettyWriterGenerator","Pretty Writer Generator, this uses a custom writer to store the JSON result and add indent."],["WriterGenerator","Writer Generator, this uses a custom writer to store the JSON result."]],"trait":[["Generator","Default trait for serializing JSONValue into string."]]});