Json.NET - Quick Starts & API Documentation
WriteJson Method (writer, value)
NamespacesNewtonsoft.Json.ConvertersXmlNodeConverterWriteJson(JsonWriter, Object)
Writes the JSON representation of the object.
Declaration Syntax
C#Visual BasicVisual C++
public override void WriteJson(
	JsonWriter writer,
	Object value
)
Public Overrides Sub WriteJson ( _
	writer As JsonWriter, _
	value As Object _
)
public:
virtual void WriteJson(
	JsonWriter^ writer, 
	Object^ value
) override
Parameters
writer (JsonWriter)
The JsonWriter to write to.
value (Object)
The value.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)