Jonathan-Scapin / convertJsonArray

convert array to array of arrays

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convertJsonArray

For a personal project, I use Tiled to generate a map.

Tiled generates an array containing each tile placement.

Personally, I need an array of arrays in order to generate each row of the map on my canvas

So I quickly designed this little program that does this conversion.

alt text

alt text

About

convert array to array of arrays

License:GNU General Public License v3.0


Languages

Language:HTML 52.7%Language:CSS 32.8%Language:JavaScript 14.4%