Hi,
suppose i have dictinary as below :
a={'jack':'moni ca','mark':'ali ce','jeff':'jen i'}
i am storing this dictionary into the database where it is converted
to string of the form :
'{'jack':'monic a','mark':'alic e','jeff':'jeni '}'
now i want to convert this string into dictionary.
how can i do this ?
is there any way to do this ?
thanks,
suppose i have dictinary as below :
a={'jack':'moni ca','mark':'ali ce','jeff':'jen i'}
i am storing this dictionary into the database where it is converted
to string of the form :
'{'jack':'monic a','mark':'alic e','jeff':'jeni '}'
now i want to convert this string into dictionary.
how can i do this ?
is there any way to do this ?
thanks,
Comment