Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function FromJSON( _ ByVal jsonObject As JSONObject _ ) As RelMeasure |
C# | |
---|---|
public static RelMeasure FromJSON( JSONObject jsonObject ) |
Parameters
- jsonObject
- The JSONObject to deserialize.
Return Value
The deserialized object.For more information about JSON serialization please see: JSON Serialization.
Requires Piczard 1.1.x or higher.