Old map.properties back!

Hello, i know that you changed the way properties were exported, but what if i want the old method?
For example, my old .json map looks like:
properties: [“prop”: {value:1}]
And the new one looks like:
properties: [{“name”:“prop1”, “value”:1}]

How to change it?

There is currently no option to change it back apart from downgrading to Tiled 1.1.

It doesn’t exist based on the assumption that the new format would be preferable in all cases, or at least that the effort of adjusting to the new format is minor enough that it isn’t worth maintaining an option to still use the old format.

Why do you want to use the old format?