[This is preliminary documentation and is subject to change.]
Writes raw JSON where a value is expected and updates the writer's state.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public virtual void WriteRawValue( string json ) |
Visual Basic (Declaration) |
---|
Public Overridable Sub WriteRawValue ( _ json As String _ ) |
Visual C++ |
---|
public: virtual void WriteRawValue( String^ json ) |
Parameters
- json
- Type: System..::.String
The raw JSON to write.