You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonTextWriter Class > JsonTextWriter Members
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonTextWriter Members

The following tables list the members exposed by JsonTextWriter.

 
Name 
Description 
 
This is record Stimulsoft.Base.Json.JsonWriter.State. 
 
Name 
Description 
 
Sets the state of the JsonWriter,  
 
Writes the specified end token.  
 
Writes indent characters.  
 
Writes an indent space.  
 
Writes the JSON value delimiter.  
 
Name 
Description 
 
Closes this stream and the underlying stream.  
 
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.  
 
Creates an instance of the JsonWriter class using the specified TextWriter.  
 
Writes out a comment  
 
This is the overview for the WriteEnd method overload. 
 
Writes the end of an array.  
 
Writes the end constructor.  
 
Writes the end of a JSON object.  
 
Writes a null value.  
 
This is the overview for the WritePropertyName method overload. 
 
This is the overview for the WritePropertyName method overload. 
 
Writes raw JSON.  
 
Writes raw JSON where a value is expected and updates the writer's state.  
 
Writes the beginning of a JSON array.  
 
Writes the start of a constructor with the given name.  
 
Writes the beginning of a JSON object.  
 
This is the overview for the WriteToken method overload. 
 
Writes an undefined value.  
 
This is the overview for the WriteValue method overload. 
 
This is the overview for the WriteValue method overload. 
 
Writes out the given white space.  
 
Name 
Description 
 
This is AutoComplete, a member of class JsonWriter. 
 
This is BuildStateArray, a member of class JsonWriter. 
 
This is InternalWriteComment, a member of class JsonWriter. 
 
This is InternalWriteEnd, a member of class JsonWriter. 
 
This is InternalWritePropertyName, a member of class JsonWriter. 
 
This is InternalWriteRaw, a member of class JsonWriter. 
 
This is InternalWriteStart, a member of class JsonWriter. 
 
This is InternalWriteValue, a member of class JsonWriter. 
 
This is InternalWriteWhitespace, a member of class JsonWriter. 
 
This is OnStringEscapeHandlingChanged, a member of class JsonTextWriter. 
 
This is UpdateScopeWithFinishedValue, a member of class JsonWriter. 
 
Name 
Description 
 
Gets or sets a value indicating whether the underlying stream or TextReader should be closed when the writer is closed.  
 
Gets or sets the culture used when writing JSON. Defaults to CultureInfo.InvariantCulture.  
 
Get or set how dates are written to JSON text.  
 
Get or set how DateTime and DateTimeOffset values are formatting when writing JSON text.  
 
Get or set how DateTime time zones are handling when writing JSON text.  
 
Get or set how special floating point numbers, e.g. F:System.Double.NaN, F:System.Double.PositiveInfinity and F:System.Double.NegativeInfinity, are written to JSON text.  
 
Indicates how JSON text output is formatted.  
 
Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented.  
 
Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented.  
 
Path 
Gets the path of the writer.  
 
Gets or sets which character to use to quote attribute values.  
 
Gets or sets a value indicating whether object names will be surrounded with quotes.  
 
Get or set how strings are escaped when writing JSON text.  
 
Gets the state of the writer.  
 
Name 
Description 
 
This is StateArrayTempate, a member of class JsonWriter. 
 
Name 
Description 
 
This is ContainerPath, a member of class JsonWriter. 
 
Name 
Description 
 
Top 
Gets the top.  
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.