You are here: Symbol Reference > Stimulsoft.Base.Json Namespace > JsonConvert Class > JsonConvert Methods > DeserializeXNode Method > DeserializeXNode Method (string, string, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JsonConvert.DeserializeXNode Method (string, string, bool)

Deserializes the XNode from a JSON string nested in a root elment specified by deserializeRootElementName and writes a .NET array attribute for collections.

Syntax
C++
C#
Visual Basic
public: XDocument DeserializeXNode( string value, string deserializeRootElementName, bool writeArrayAttribute );
Parameters
Parameters 
Description 
value 
The JSON string. 
deserializeRootElementName 
The name of the root element to append when deserializing. 
writeArrayAttribute 
A flag to indicate whether to write the Json.NET array attribute. This attribute helps preserve arrays when converting the written XML back to JSON.  
Returns

The deserialized XNode

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.