Forum Discussion

dpan32's avatar
dpan32
New Contributor II
2 years ago

Formatting a json Object

Can anyone please help me to format the below json.
Source

Input:

sampledata : {

Key 1: Name,

Key2: John

},

{

Key 1: Name,

Key2: Simon

}

Output:

sampledata:{

Name: John

},

{

Name: Simon

}

Please let me know if there is any difficulty to understand the requirement.