AivanF / JsonStruct

Advanced JSON parser for GameMaker Studio 2.3+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON Struct v1.1.0

Overview

This library allows encoding and decoding JSON as structs, arrays and other first-order data types as of GMS 2.3.

Requirements

  • GameMaker Studio 2.3.0 or higher

Installation

Get the current beta asset package and associated documentation from the releases page. Simply extract everything to your project, including the extension and the companion scripts. Once you do that, you may optionally change the options in __JSONS_CONFIG__ to suit your project's needs.

Contributing to JSON Struct

  • Clone this repository.
  • Open the project in GameMaker Studio 2.3 and make your additions/changes to the JsonStruct extension. Also add the corresponding tests to the JsonStruct_test group.
  • Open a pull request here.

Additional Credits

Special thanks to Aivan Fouren for contributing the core logic for jsons_encode_formatted and jsons_save_formatted.

About

Advanced JSON parser for GameMaker Studio 2.3+

License:MIT License


Languages

Language:Game Maker Language 100.0%