I have the following command I need to send to a device console:
abcd '{ "aa" : "bb" ,"cc" : "{}", "ff": {"ee" : "{}", "dynamic_multicast_rate" : "{}" }}'
I want to replace only {}
using format(var1, var2, var3)
I was not able to normally achieve it.