grip_json_array_get_string

Gets string data from the array.

Syntax

native grip_json_array_get_string(const GripJSONValue:array, index, buffer[], buffer_size)

Usage

array Array handle
index Position in the array (starting from 0)
buffer Buffer to copy string to
buffer_size

Return

The number of cells written to the buffer

Defined in grip.inc . This documentation was automatically generated from source.