[Plugin] SAMPSON - A JSON plugin for SA-MP
#9

Are you planning to implement a "json_parse_string" function? In my case I receive json strings via socket data, so storing the string in a file isn't a performatic option.


I want to do something like:
pawn Код:
public onSocketReceiveData(id, remote_clientid, data, data_len) {
    new action[16], token[64], JSONNode:jsonData;

    // Data is a json string (Ex: {token: 'd7asd78g', action: 'kickPlayer'})
    json_parse_string(jsonData, data);

    json_get_string(jsonData, action, sizeof(action), 'action');
    json_get_string(jsonData, token, sizeof(token), 'token');

    printf("Action received: %s, Security Token: %s", action, token);
}
Reply


Messages In This Thread
SAMPSON - A JSON plugin for SA-MP - by KingHual - 29.10.2014, 21:16
Re: SAMPSON - A JSON plugin for SA-MP - by Abagail - 29.10.2014, 21:36
Re : SAMPSON - A JSON plugin for SA-MP - by S4t3K - 29.10.2014, 21:38
Re: SAMPSON - A JSON plugin for SA-MP - by Fool - 29.10.2014, 21:49
AW: Re: SAMPSON - A JSON plugin for SA-MP - by Mellnik - 29.10.2014, 21:54
Re: SAMPSON - A JSON plugin for SA-MP - by KingHual - 30.10.2014, 17:33
Re: SAMPSON - A JSON plugin for SA-MP - by iZN - 30.10.2014, 17:51
Re: SAMPSON - A JSON plugin for SA-MP - by fonia5 - 30.10.2014, 18:00
Re: SAMPSON - A JSON plugin for SA-MP - by Mandrakke - 30.10.2014, 18:21
Re: SAMPSON - A JSON plugin for SA-MP - by KingHual - 30.10.2014, 18:42
Re: SAMPSON - A JSON plugin for SA-MP - by Djole1337 - 30.10.2014, 20:24
Re: SAMPSON - A JSON plugin for SA-MP - by KingHual - 30.10.2014, 22:47
Re: SAMPSON - A JSON plugin for SA-MP - by Mandrakke - 31.10.2014, 13:33
Re: SAMPSON - A JSON plugin for SA-MP - by theYiin - 03.11.2014, 18:56
Re: SAMPSON - A JSON plugin for SA-MP - by KingHual - 03.11.2014, 19:04
Re: SAMPSON - A JSON plugin for SA-MP - by bogdyutzu - 13.11.2014, 09:52
Re: SAMPSON - A JSON plugin for SA-MP - by Lorenc_ - 09.12.2014, 13:29
Re: SAMPSON - A JSON plugin for SA-MP - by fonia5 - 09.12.2014, 23:39
Re: SAMPSON - A JSON plugin for SA-MP - by ZombieNest - 12.12.2014, 12:05
Re: SAMPSON - A JSON plugin for SA-MP - by ZikoFox - 13.12.2014, 11:20
Re: SAMPSON - A JSON plugin for SA-MP - by amirm3hdi - 29.10.2015, 13:41
Re: SAMPSON - A JSON plugin for SA-MP - by amirm3hdi - 24.01.2016, 12:27
Re: SAMPSON - A JSON plugin for SA-MP - by KingHual - 24.01.2016, 19:53
Re: SAMPSON - A JSON plugin for SA-MP - by amirm3hdi - 05.02.2016, 13:50
Re: SAMPSON - A JSON plugin for SA-MP - by deffo - 15.08.2016, 16:40
Re: SAMPSON - A JSON plugin for SA-MP - by iiNzTicTx - 18.07.2018, 00:10
Re: SAMPSON - A JSON plugin for SA-MP - by KingHual - 18.07.2018, 15:26

Forum Jump:


Users browsing this thread: 1 Guest(s)