* BAEL-6692 - converting json to map and comparing * BAEL-6692 - converting json to map and comparing * BAEL-6692 - converting json to map and comparing
22 lines
268 B
JSON
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
|
|
}
|
|
]
|
|
} |