Want to remove single quote from value before and after the bracket only. i don't want it to string. because of this single quote, this json dictionary becomes invalid.
{
'NetworkInterfaces': '[{
"AssociatePublicIpAddress":true,
"DeleteOnTermination":true,
"Description":"Primary network interface",
"DeviceIndex":0,"Groups":["sg-0b60a9f7e75aba4d4"],
"Ipv6AddressCount":0,
"Ipv6Addresses":[],
"NetworkInterfaceId":"eni-0538f01e55dda59e8",
"PrivateIpAddress":"172.16.18.79",
"PrivateIpAddresses":[{"Primary":true,"PrivateIpAddress":"172.16.18.79"}],
"SecondaryPrivateIpAddressCount":0,
"SubnetId":"subnet-0b2e2d39e5c1a8af9",
"InterfaceType":"interface"
}]'
}