Previous Next

GetType( ) method (JsonObject)
Gets JSON data type for the named property. The returned integer corresponds to the static integer properties defined in the Progress.Json.ObjectModel.JsonDataType class.
Return type:
Access:
Applies to:
 
Syntax 
GetType( INPUT property-name AS CHARACTER )
property-name
A CHARACTER expression naming the property to get the JSON data type.
A JsonError is raised if:
*
property-name is the empty string (""), or is the Unknown value (?)
*

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.