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

Errors

If passed handle is not a valid array

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