grip_json_object_get_name

Gets name of the object's key.

Syntax

native grip_json_object_get_name(const GripJSONValue:object, index, buffer[], maxlen)

Usage

object Object handle
index Position from which get key name
buffer Buffer to copy string to
maxlen Maximum size of the buffer

Return

The number of cells written to the buffer

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