I've got a file containing my level data in .json
I'm using the Gideros Json library but it's very slow to parse the file (which is 400kb)
One option is to write a php script to strip out any unneeded data from the .json file, but is there anything else obvious I've missed?
Thanks!
Tom
Comments
btw, looks great
Thats a good idea - so I can take json library out of the equation altogether.
Cool!