AMX Mod X API Documentation

Signature
native JSON:json_init_object();
Description

Inits an empty object.

Notes
  • Needs to be freed using json_free() native.
Returns

JSON handle, Invalid_JSON if error occurred

Назад
Верх