SNAP icon indicating copy to clipboard operation
SNAP copied to clipboard

Data format converters for GameMaker LTS 2022

Results 6 SNAP issues
Sort by recently updated
recently updated
newest added

- Row-major / column-major switch - Fill in rows that aren't max length with sensible value (0 or "" or undefined) - Add BOM

feature :thought_balloon:

https://www.rfc-editor.org/info/rfc7049

feature :thought_balloon:

Since there are built-in methods doing some of the stuff that SNAP does, and since in general it's useful to know what the performance of tools is going to be,...

feature :thought_balloon:

As per title, [snap_from_csv()](https://github.com/JujuAdams/SNAP/wiki/CSV#snap_from_csvarray2d-celldelimiter-stringdelimiter) lists the arguments as `array2D, [cellDelimiter], [stringDelimiter]` in the preview, whereas it should be `string, [cellDelimiter], [stringDelimiter]`.

bug :sweat_smile:

https://hjson.github.io/ I would like to see support for Hjson for SNAP. Hjson is a more human friendly They have various implementations which you could reference and it does share a...

feature :thought_balloon: