Abhinav Pandey 05ca686833 BAEL-6692 - converting json to map and comparing (#14630)
* BAEL-6692 - converting json to map and comparing

* BAEL-6692 - converting json to map and comparing

* BAEL-6692 - converting json to map and comparing
2023-08-30 21:50:22 +05:30

22 lines
268 B
JSON

{
"name": "John",
"age": 30,
"cars": [
"Ford",
"Audi"
],
"address": {
"street": "Main Street",
"city": "New York"
},
"children": [
{
"name": "Peter",
"age": 5
},
{
"name": "Cathy",
"age": 10
}
]
}