my obj = {
    "formname": ["appname", {
        "operation": ["add", {
            "values": {
                "Activation_code": "12345",
                "ID": 722756000010586033,
                "game_Id": "10000"
            },
            "status": "Success"
        }]
    }]
}
The above code is my object from a server I have no problem getting the value the point am making is why JSON.parse(obj) is changing the ID after  the object as gone through its function.
hence after a parse it spits back the ID as 722756000010586000 Why?
 
    