Deserialize from JSON strings.
            
 
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 Request FromJson(
	string spec
)
Public Shared Function FromJson ( 
	spec As String
) As Request
public:
static Request^ FromJson(
	String^ spec
)
static member FromJson : 
        spec : string -> Request 
Parameters
- spec
 - Type: SystemString
The input json string 
Return Value
Type: 
Request
See Also