Vice City: Multiplayer

Server Development => Community Plugins => Topic started by: Crys on Sep 14, 2015, 08:23 AM

Title: JSON
Post by: Crys on Sep 14, 2015, 08:23 AM
Introduction
I'm using JSON for exporting data from the server to a file that my Live Map can load. I've been using a Squirrel implementation, and the script uses it extensively, so I've written this plugin which can convert from/to JSON much faster, with the json-c library.

Documentation
You can find the plugin's documentation here (https://git.doszgep.hu/vcmp/json/blob/master/README.md).
Every functions and constants provided by the plugin is explained there.

Download
- Linux 32 bit (https://git.doszgep.hu/vcmp/json/uploads/51f40fa5684ef30435fedd7cdb4026a7/json04rel32.so)
- Linux 64 bit (https://git.doszgep.hu/vcmp/json/uploads/f65336de168c867c7008831312265099/json04rel64.so)
- Windows 32 bit (https://git.doszgep.hu/vcmp/json/uploads/40e4f210f4ee509eb5bc7993234a82ca/json04rel32.dll)
- Windows 64 bit (https://git.doszgep.hu/vcmp/json/uploads/60f0bb17c8ae982a46e0e79421fe72f4/json04rel64.dll)
Title: Re: JSON
Post by: Xmair on Sep 14, 2015, 09:10 AM
Oh nice. But why not windows?
Title: Re: JSON
Post by: Crys on Sep 14, 2015, 09:27 AM
I'll release windows builds in a few days, didn't have the time to install visual studio yet.
Title: Re: JSON
Post by: Xmair on Sep 14, 2015, 09:53 AM
Okay, Best of luck.
Title: Re: JSON
Post by: Crys on Sep 17, 2015, 04:36 AM
Added Windows builds.
Title: Re: JSON
Post by: Crys on Sep 17, 2015, 08:57 AM
(https://vgy.me/27NZW7.png)

I would recommend reading the boards' descriptions sometimes, they can contain vital information, like: "No programming support is allowed here."
Title: Re: JSON
Post by: KAKAN on May 31, 2016, 11:31 AM
*BUMP*
Can anyone rebuild this? I need it for a project...
Title: Re: JSON
Post by: Thijn on May 31, 2016, 04:40 PM
Builds at http://vcmp.thijn.ovh/builds/
Title: Re: JSON
Post by: Crys on Jul 31, 2016, 12:02 PM
I've updated the plugin to work with the latest server (Plugin API 2.0). Only Linux builds for now.
Title: Re: JSON
Post by: Crys on Jul 18, 2018, 05:32 PM
I've updated the plugin to work with the latest server. Only Linux builds for now.

UPDATE: Windows builds added.