Click or drag to resize
Json.NET Schema

JSchemaValidatingWriterWriteRaw Method

 
Writes raw JSON.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public virtual void WriteRaw(
	string json
)

Parameters

json
Type: SystemString
The raw JSON to write.
See Also