This topic has not yet been rated - Rate this topic

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


public string Stringify()

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

Windows.Data.Json
Windows::Data::Json [C++]

Metadata

Windows.winmd

See also

JsonObject

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.