
Originally Posted by
Format Object Help File
In 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.