AMX Mod X API Documentation

Signature
native JSON:json_object_get_value_at(const JSON:object, index);
Description

Gets a value at the specified position from the object.

Notes
  • Needs to be freed using json_free() native.
Parameters
  • object Object handle
  • index Position from which get key name
Returns

JSON handle, Invalid_JSON if error occurred

Errors
  • If passed handle is not a valid object
Назад
Верх