dpan32
2 years agoNew Contributor II
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.