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

ArrayGetType()

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

integer <jsonident> - A valid json object ident.

integer <arrayidx> - Index of object in array

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


Back to Top