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

Writes raw JSON without changing the writer's state.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public virtual void WriteRaw(
	string json
)
Visual Basic (Declaration)
Public Overridable Sub WriteRaw ( _
	json As String _
)
Visual C++
public:
virtual void WriteRaw(
	String^ json
)

Parameters

json
Type: System..::.String
The raw JSON to write.

See Also

JsonWriter Class
Facebook.Json Namespace