Ashish Jain於 2012年10月18日星期四UTC+8下午5時27分04秒寫道:
> Hi,
>
>
>
> I have a html string in an object, when I do repr() of that object, I get
> value as:
>
>
>
> {'Id' : 1, 'Body': u' Hello '}
>
>
>
> I don't wish to have 'u' as the character in my string representation. As
> this is not a valid
On Thursday, 18 October 2012 15:10:33 UTC+5:30, Chris Rebert wrote:
> On Thu, Oct 18, 2012 at 2:27 AM, Ashish Jain wrote:
>
> > Hi,
>
> >
>
> > I have a html string in an object, when I do repr() of that object, I get
> > value as:
>
> >
>
> > {'Id' : 1, 'Body': u' Hello '}
>
> >
>
> > I d
On Thu, Oct 18, 2012 at 2:27 AM, Ashish Jain wrote:
> Hi,
>
> I have a html string in an object, when I do repr() of that object, I get
> value as:
>
> {'Id' : 1, 'Body': u' Hello '}
>
> I don't wish to have 'u' as the character in my string representation. As
> this is not a valid json notation