consider this log :
{
"timestamp": "2025-08-04T12:32:50.9698972+03:30",
"body": {
"instanceId": "abc123",
"variable": "testVar",
"testInt": 42,
"testBool": true,
"data": {
"extendedInstanceId": "ext123",
"extendedVariable": "extVar",
"extendedTestInt": 99,
"extendedTestBool": false
}
},
"response": {
"code": 400,
"exceptionName": null,
"message": null,
"className": null,
"methodName": null,
"lineNumber": null,
"body": "Error Exception 1 !! Error Exception 2 !! Error Exception 3 !!"
}
}
I want to store whole response object in a field , how can I do this ?