| ScanUtilsparseJson Method  | 
            Parses json and returns the root element.
            
 
Namespace: asprise_imaging_apiAssembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static XElement parseJson(
	string jsonRaw
)
Public Shared Function parseJson ( 
	jsonRaw As String
) As XElement
public:
static XElement^ parseJson(
	String^ jsonRaw
)
static member parseJson : 
        jsonRaw : string -> XElement 
Parameters
- jsonRaw
 - Type: SystemString
 
Return Value
Type: 
XElement
See Also