I have a pipeline which has an object as a parameter. This object contains a json. Want to know if there are any ADF inbuilt function through which I can add another element to this json.
Initial json :
{
'fistname":"abc"
{
New json :
{
'fistname":"abc",
"lastname":"xyz"
}
Is there any add/addElement() function which can add another element to the existing json.
Thanks,
Kothai.


