native JSON:json_object_get_value_at(const JSON:object, index);
object | Object handle |
index | Position from which get key name |
buffer | Buffer to copy string to |
maxlen | Maximum size of the buffer |
Gets a value at the specified position from the object.
Needs to be freed using json_free() native.
The number of cells written to the buffer
If passed handle is not a valid object
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.