Re: conver string to dictionary

2007-02-18 Thread Michael Bentley
On Feb 18, 2007, at 12:44 AM, mahdieh saeed wrote: I want to convert string to dictionary .what is the best solution for this ? for example string is like this: '{"SalutationID":["primarykey",8388607,0,None],"CompanyID": [0,8388607,0,"index"], "SalutationName":["",255,0,None],"isDefault":[

Re: conver string to dictionary

2007-02-18 Thread Daniel Nogradi
> I want to convert string to dictionary .what is the best solution for this? > for example string is like this: > > > '{"SalutationID":["primarykey",8388607,0,None],"CompanyID":[0,8388607,0,"index"], > "SalutationName":["",255,0,None],"isDefault":["tinyint",1,1,None]}' > > and I want to con

Re: conver string to dictionary

2007-02-18 Thread Gabriel Genellina
En Sun, 18 Feb 2007 03:44:47 -0300, mahdieh saeed <[EMAIL PROTECTED]> escribió: > Hi > I want to convert string to dictionary .what is the best solution for > this ? > for example string is like this: > > '{"SalutationID":["primarykey",8388607,0,None],"CompanyID":[0,8388607,0,"index"], >