Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json
JsonTextWriter Class
JsonTextWriter Methods
Close Method
CloseAsync Method
Flush Method
FlushAsync Method
WriteComment Method
WriteCommentAsync Method
WriteEnd Method
WriteEndArrayAsync Method
WriteEndAsync Method
WriteEndConstructorAsync Method
WriteEndObjectAsync Method
WriteIndent Method
WriteIndentAsync Method
WriteIndentSpace Method
WriteIndentSpaceAsync Method
WriteNull Method
WriteNullAsync Method
WritePropertyName Method
WritePropertyNameAsync Method
WriteRaw Method
WriteRawAsync Method
WriteRawValueAsync Method
WriteStartArray Method
WriteStartArrayAsync Method
WriteStartConstructor Method
WriteStartConstructorAsync Method
WriteStartObject Method
WriteStartObjectAsync Method
WriteUndefined Method
WriteUndefinedAsync Method
WriteValue Method
WriteValueAsync Method
WriteValueDelimiter Method
WriteValueDelimiterAsync Method
WriteWhitespace Method
WriteWhitespaceAsync Method
JsonTextWriter
Close Method
Closes this writer. If
CloseOutput
is set to
true
, the underlying
TextWriter
is also closed. If
AutoCompleteOnClose
is set to
true
, the JSON is auto-completed.
Namespace:
Newtonsoft.Json
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
override
void
Close
()
See Also
Reference
JsonTextWriter Class
Newtonsoft.Json Namespace
Json.NET Home