Hi all,

I'm using the TGWebservices library, I see when I use tg_format to have 
data in json format
it inserts a backslash before every slash as in the above esample:

{"result": [{"descrizione": "alimenti O\/A (432\/98"}]

and this is the real data in the db:

{"result": [{"descrizione": "alimenti O/A (432/98"}]

Is there a way to tell TGWebservices to not insert those backslashes?

jo


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to