JSONWriter.WritePropertyName
Syntax:
Parameters:
<PropertyName> (required)
Property name.
Description:
Availability:
Example:
JSONWriter = New JSONWriter; // Writing the JSON document JSONWriter.WritePropertyName("String"); JSONWriter.WriteValue("String value"); |