Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 509 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 509 Bytes

SJSON Plugin

A plugin for handling .sjson files in the modding framework 'Return Of Modding' (AKA 'Hell2Modding') on the game Hades II by SuperGiant Games

hsjson.lua

This is what encodes and decodes sjson files according to the format that the game Hades II expects and the files it contains exhibit.

This file is modified from the lua module dkjson, (see dkjson_LICENSE for licensing.)