Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

FromJSON Method (LeadMatrix)

Show in webframe
Converts a JSON-compatible dictionary object to a new LeadMatrix instance.
Syntax
 function Leadtools.LeadMatrix.fromJSON( 
   jsonObject 
)

Parameters

ParameterTypeDescription
jsonObjectobject

Return Value

TypeDescription
LeadMatrix a new LeadMatrix instance to describe the JSON object.
Remarks

The FromJSON method is meant for use only with JSON objects created via ToJSON from a LeadMatrix instance. The ToJSON and FromJSON methods allow the transfer of LeadMatrix data between .NET, Java, and JavaScript.

See Also

Reference

LeadMatrix Object
LeadMatrix Members

Error processing SSI file