Please login to see this picture.The Format Object allows you to define data formats and then use them to save and load data.
The latest version (even beta versions) can always be downloaded here: Please login to see this link.
The version Release 1 is attached to this post, check later posts for more recent release versions.
Quote from Format Object Help FileIn the past, in order to use a certain format at all, either an extension had to be written for it or binary array objects had to be used with a headache of code. I got tired of there not being a better way to support various file formats with ease in MMF2 so I made Format Object. It doesn't work too well for text-based formats such as JSON, XML, HTML, INI, etc, but it works great for uncompressed binary formats. To use it you actually define the format yourself within the object, and then use that format you just defined to save and load data.