suppose that i have json object
"body" : -{
"clinic" : -{
"address" : -{
"city" : Costa Mesa,
"state" : CA
}
I want to add 'doctor' json object with its children as the same level as clinic in the given example.