Goto: 4C Home | 4C Docs | 4C External Libraries Home | FCJSon Home | FCJSon Function List GetType()

GetType()

Purpose:
FCJSon::GetType() returns the datatype of a json object
Usage:
atype = FCJSon::GetType(<jsonident> [, <key>]);
Arguments:

integer <jsonident> - A valid json object ident.

alpha <key> - Optional. If used, key to an item in the object identified by <jsonident>.
Returns:
alpha <aval> - An alpha representation of the object's datatype. Possible returns are:
Where Used:
FCJSon::GetType() can be called from anywhere.
Example:
Example
Description:
FCJSon::GetType() returns the datatype of a json object.
Bugs/Features/Comments:
See Also:
FCJSon Function List


Back to Top