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

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