rect.toJSON()
Return the rectangle as a simple JSON object. For example: { "x": 0, "y": 0, "width": 40, "height": 40 }.
{ "x": 0, "y": 0, "width": 40, "height": 40 }