[This is preliminary documentation and is subject to change.]
Writes raw JSON.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public override void WriteRaw( string json ) |
Visual Basic (Declaration) |
---|
Public Overrides Sub WriteRaw ( _ json As String _ ) |
Visual C++ |
---|
public: virtual void WriteRaw( String^ json ) override |
Parameters
- json
- Type: System..::.String
The raw JSON to write.