Tiled addBody property not adding physics to object

I am using PonyTiled to load my json exported map into CoronaSDK. When I add an addBody property and set it to static or dynamic, it makes no difference. No visible changes seen even using physics.setDrawMode(“hybrid”).

I had to add physics body from my code.