rexrainbow - it appears that the json file that tiled is creating doesn't work with the v2 json importer anymore.
I notice that compared to your example file, all attributes in your json example data have 2 "" around them, where as tiled only puts 1 around each one. eg: "height" etc
If i manually replace all " with "" and try and load that, it accepts it, but when you run the example it gives a javascript error in chrome saying "cannot find "tile layer 1"
Tiled map Editor 0.10.1
Construct r183
Json TMX parser
TMX importer v2
Rexrainbow's sample capx for the importer
steps to reproduce -
1) In tiled map editor goto file save as "type json"
2) try to copy json file into example capx -> multiple errors complaining about only 1 " around attributes in json
3) tried replacing all " with "" and pasted into example capx. C2 accepts it, but gives javascript errors when running a preview.
perhaps the plugin just needs to be updated to work with the latest version of tiled?