Skip to content

Tools for working with GameMaker Studio 2.3's YY files

Notifications You must be signed in to change notification settings

YAL-Haxe/yyjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

yyjson

This little library helps with processing GameMaker Studio 2.3's yy files, which are slightly lean (read: trailing commas, 64-bit integer literals) JSON with field order depending on C# field order of serialized objects.

Features:

  • parse and stringify methods with generally-identical output to IDE.
  • "learns" the field patterns (per-resourceType) while parsing and applies them on stringify (see yy.YyJsonMeta).
  • Has yy.YyJsonParser.storeKeys that you can flip on for a few cases where you need ordered iteration on an object.

About

Tools for working with GameMaker Studio 2.3's YY files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages