[This is preliminary documentation and is subject to change.]

The JsonWriter type exposes the following members.

Methods

  NameDescription
Close
Closes this stream and the underlying stream.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Flush
Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
WriteComment
Writes out a comment
CopyC#
/*...*/
containing the specified text.
WriteEndOverloaded.
WriteEndArray
Writes the end of an array.
WriteEndConstructor
Writes the end constructor.
WriteEndObject
Writes the end of a Json object.
WriteIndent
Writes indent characters.
WriteIndentSpace
Writes an indent space.
WriteNull
Writes a null value.
WritePropertyName
Writes the property name of a name/value pair on a Json object.
WriteRaw
Writes raw JSON without changing the writer's state.
WriteRawValue
Writes raw JSON where a value is expected and updates the writer's state.
WriteStartArray
Writes the beginning of a Json array.
WriteStartConstructor
Writes the start of a constructor with the given name.
WriteStartObject
Writes the beginning of a Json object.
WriteToken
Writes the current JsonReader token.
WriteUndefined
Writes an undefined value.
WriteValueOverloaded.
WriteValueDelimiter
Writes the JSON value delimiter.
WriteWhitespace
Writes out the given white space.

Explicit Interface Implementations

  NameDescription
IDisposable..::.Dispose

See Also

JsonWriter Class
Facebook.Json Namespace