Initial docs commit

This commit is contained in:
Uttarayan Mondal
2021-03-15 01:27:34 +05:30
commit d5ecda4c73
20211 changed files with 1370362 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
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."]]});