JSONWriter.WriteRaw
Syntax:
Parameters:
<String> (required)
Строка, записываемая в документ JSON.
Description:
If the method is used and the ValidateStructure property is set to True, then the structure check continues to the following item.
Availability:
Example:
JSONWriter = New JSONWriter; // Writing the JSON document JSONWriter.WriteRaw("Simple string"); |