Click or drag to resize
ScanUtilsparseJson Method

» Asprise Scan Home · Developer's Guide

Parses json and returns the root element.

Namespace: asprise_imaging_api
Assembly: asprise-imaging-scan.net-api (in asprise-imaging-scan.net-api.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static XElement parseJson(
	string jsonRaw
)

Parameters

jsonRaw
Type: SystemString

Return Value

Type: XElement
See Also