|  | JSchemaValidatingWriterWriteRaw Method  | 
 
            Writes raw JSON.
            
 
    Namespace: 
   Newtonsoft.Json.Schema
    Assembly:
   Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
 Syntax
Syntaxpublic virtual void WriteRaw(
	string json
)
Parameters
- json
- Type: SystemString
 The raw JSON to write.
 See Also
See Also