pawn-json icon indicating copy to clipboard operation
pawn-json copied to clipboard

JSON for Pawn.

Results 6 pawn-json issues
Sort by recently updated
recently updated
newest added

Hello! Why is there a JSON_ArrayRemoveIndex but not a JSON_ArrayAppendIndex? How to update information by index in an array?

I would really like to store json in mysql, but here's the problem to get a value from Mysql, we need to know the length of the string ( cache_get_value_name),...

After the 1.4.1 update. Is everything incorrigible?) ![image](https://user-images.githubusercontent.com/33418404/204141501-4b3b0e6c-576d-4b02-9043-aef0e7da1db9.png)

Hello! Can you give me example for function JSON_ArrayAppend? i need to make this json: {"items": [{"index": 0, "name": "Nissan GT-R"}, {"index": 1, "name": "Cadillac Escalade"}]} buy i dont know...

Hi, crash server with JSON_Stringify. Code: ``` // global var new Node: g_node_leaders_list_json = Node:-1; ``` ``` // some SA-MP callback (for example OnPlayerConnect) static buf[82_000]; if (JSON_Stringify(g_node_leaders_list_json, buf) ==...

Can anyone update the release to the current master? Thank you very much in advance. ❤️ P.S. you should also close other problems if they are still solved or answered...