My input JSON is as below.
{
"identifier": "0134",
"language": "EN",
"questType": "JSQ",
"questionHtml": "<div></div>"
}
And the expected output is
{
"0134":{
"identifier": "0134",
"language": "EN",
"questType": "JSQ",
"questionHtml": "<div></div>"
}
}
How can I achieve this using JOLT transformation?