We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c534b0 commit f80ec59Copy full SHA for f80ec59
TypedocConverter/Printer.fs
@@ -111,7 +111,6 @@ let printEntity (writer: System.IO.TextWriter) (references: string list) (entity
111
(
112
fun i x ->
113
if x.Comment <> "" then fprintfn writer "%s" (arrangeComment x.Comment 8) else ()
114
- fprintfn writer " [Newtonsoft.Json.JsonProperty(\"%s\", NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]" x.Name
115
fprintfn writer " %s%s%s"
116
(toPascalCase x.Name)
117
0 commit comments