Click or drag to resize
RequestFromJson Method

» Asprise Scan Home · Developer's Guide

Deserialize from JSON strings.

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 Request FromJson(
	string spec
)

Parameters

spec
Type: SystemString
The input json string

Return Value

Type: Request
See Also