Click or drag to resize
Json.NET Schema

JSchemaValidatingWriterWriteRawValue Method

 
Writes raw JSON where a value is expected and updates the writer's state.

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

Parameters

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