{
"service " : "namespace",
"name" : "test ",
"name" : "abc",
}
I need to replace the first occurrence of name as "name" : "test 12-12-34 12:09" and the value "12-12-34 12:09" is in some another variable that we can access using $date
{
"service " : "namespace",
"name" : "test ",
"name" : "abc",
}
I need to replace the first occurrence of name as "name" : "test 12-12-34 12:09" and the value "12-12-34 12:09" is in some another variable that we can access using $date