OJSON.$arrayarraytolist()

Function group Execute on client Platform(s)
OJSON NO All

Syntax

OJSON.$arrayarraytolist(vData[,&cErrorText])

Description

Parses vData (binary (UTF8/16/32) or character). vData must be a JSON array of arrays containing members with simple types. Returns a list representing the JSON. Returns NULL and cErrorText for an error.

This method only works with simple types as array members. $arrayarraytolist requires that each JSON array must have the same number of elements, and each JSON array member at a particular index must be of the same data type.

$arrayarraytolist allows integer and numeric values in the same column (resulting in a numeric column).