Code
Code:
new JSON: g_jObject = json_init_object();
json_object_set_value(g_jObject, "test", json_init_number(1), false);
json_free(g_jObject );
got error
L 11/14/2021 - 14:14
6: [JSON] Invalid JSON value! 1
How to fix ??(((
Installed latest master AMXMODX with modules and includes.