I save my tilemap in json file string and load dynamically in the code, but is it possible to load this file in the editor to make changes to the tilemap and save the file?
EX: my tilemap.json
{"c2tilemap":true,"width":20,"height":12,"data":"200x-1,20x1,20x7"}
Code: Ajax > Request > "MyTileMap.json"