I want to add the context name right now on pushing the data while exploring the document I get is this:-
{{
"key1": "test1",
"key2": "test2",
"key3": "test3",
"key4": "test4."
}}
where else I want is This:-
{
"RouterAnomalyData":{
"key1": "test1",
"key2": "test2",
"key3": "test3",
"key4": "test4."
}
}
please advise??