Skip to content

The original JSON parsing library for GameMaker 8.1 and Studio

License

Notifications You must be signed in to change notification settings

dicksonlaw583/jsonion-classic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonion-classic

The original JSON parsing library for GameMaker 8.1 and Studio 1.x

Introduction

JSOnion is a full-featured alternative for the built-in json_encode() and json_decode() functions. It has complete support for all JSON data types and allow easy one-line access to even deeply nested JSON structures.

Requirements

  • GameMaker 8.1 or Studio 1.x

Installation

Simply drag JSOnion.gml into your open project and import constants.txt as macros. If you wish to run the automated test suite, drag JSOnion_test.gml into your open project and run jso_test_all();.

License

JSOnion is available under the MIT License. You may freely adapt and use this library in commercial and non-commercial projects.

About

The original JSON parsing library for GameMaker 8.1 and Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages