Fields

width:Int

Number of tile columns

version:String

The JSON format version (previously a number, saved as string since 1.6)

type:String

map (since 1.0)

tilewidth:Int

Map grid width

tileheight:Int

Map grid height

tiledversion:String

The Tiled version used to save the file

staggerindex:String

"odd" or "even" (staggered / hexagonal maps only)

staggeraxis:String

"x" or "y" (staggered / hexagonal maps only)

renderorder:String

"right-down" (the default), "right-up", "left-down" or "left-up" (currently only supported for orthogonal maps)

parallaxoriginy:Float

Y coordinate of the parallax origin in pixels (since 1.8, default: 0)

parallaxoriginx:Float

X coordinate of the parallax origin in pixels (since 1.8, default: 0)

orientation:String

"orthogonal", "isometric", "staggered" or "hexagonal"

nextobjectid:Int

Auto-increments for each placed object

nextlayerid:Int

Auto-increments for each layer

infinite:Bool

Whether the map has infinite dimensions

hexsidelength:Int

Length of the side of a hex tile in pixels (hexagonal maps only)

height:Int

Number of tile rows

compressionlevel:Int

The compression level to use for tile layer data (defaults to -1, which means to use the algorithm default)

backgroundcolor:String

Hex-formatted color ("#RRGGBB" or "#AARRGGBB") (optional)

_class:String

The class of the map (since 1.9, optional)