python - Passing JSON strings larger than 80 characters -


I'm having trouble crossing strings which are more than 80 characters in JSON. When I pass a string that is actually 80 characters long then it works like magic, but once I add it to the 81th letter, it turns out. I tried to see the Jason object in the firebug and it seems that the string is an array because it has an extension. Clicking the Extender However, I have tried to search online for caps on JSON string sizes, but I'm working around, but I'm coming out :( Do you know anything about this?

Edit:

This is not really

Here is my code: (I am using Python)

Result = {"test": "abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz"} self.response.out.write (simplejson.d) Umps (result))

Thank you so much for the class that the python will properly coded the wire to know that :)

What is the 81st character? Feeling like a string does not escape properly, so Jason Decoder thinks this is an array. If you can post the string here, or the letters around at least 20 or around 80, I can probably tell you what is wrong. Also, if you can tell how the JSN string was made. In most languages ​​you can get a square that will make the proper Jason string out of objects and arrays. For example, php

is

Comments