You are here: Symbol Reference > Stimulsoft.Report.MvcMobile Namespace > JSON Class > JSON Methods > Decode Method > Decode Method (string, bool)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
JSON.Decode Method (string, bool)

Parses the string json into a value; and fills 'success' with the successfullness of the parse.

Syntax
C++
C#
Visual Basic
public: object Decode( string json, bool ^ success );
Parameters
Parameters 
Description 
json 
A JSON string. 
success 
Successful parse? 
Returns

An ArrayList, a Hashtable, a double, a string, null, true, or false

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