AMX Mod X API Documentation

Signature
native bool:json_free(&JSON:handle);
Description

Frees handle.

Parameters
  • handle JSON handle to be freed
Returns

True if succeed, false otherwise

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