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:
parseandstringifymethods with generally-identical output to IDE.- "learns" the field patterns (per-
resourceType) while parsing and applies them onstringify(seeyy.YyJsonMeta). - Has
yy.YyJsonParser.storeKeysthat you can flip on for a few cases where you need ordered iteration on an object.