I have a string compared to this:
{
    "objects": [{
        "originY": "top",
        "left": 0,
        "top": 0,
        "width": 118.33,
        "height": 100,
        "name": 1
    }, {
        "originY": "top",
        "left": 0,
        "top": 0,
        "width": 118.33,
        "height": 100,
        "name": 2
    }],
    "background": ""
}
I need to loop to this string and retrieve the values of left, top, width and height and multiply them by a factor and then save them as a new string again.
Any idea of how I could accomplish this?
 
     
     
    