rotators / fonline-json

FOnline JSON module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOnline-JSON

FOnline-JSON is a module allowing you to load, save and work with JSON files in FOnline scripts. The module is object oriented, written in AngelScript and doesn't depend on any other module. It's compatible with the newest versions of FOnline SDK, as well as backwards compatible with older FOnline revisions (including FOnline: 2238).

The documentation of the module is available in the project's wiki.

The module is released under the terms of CC0, which means you can do anything with it. You are not required to give any attribution. For more details see LICENSE file.

About JSON

JSON is a lightweight data-interchange format, which can be used for example for configuration files or for any other data in human-readable form. It's widely supported (there are implementations in all popular languages) and easy to work with. For more information about JSON, go to json.org.

About

FOnline JSON module

License:Creative Commons Zero v1.0 Universal