JsonObject.Stringify method
Retrieves the JSON representation of the encapsulated value.
If the ValueType is String, then the returned string will be properly escaped and double quoted. This method is used for serializing the encapsulated value into a valid JSON format.
Syntax
Parameters
This method has no parameters.
Return value
Type: System.String [.NET] | Platform::String [C++]
A JSON representation of the encapsulated value.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 12/4/2012
