Edward A Savage Jr
Member since Dec 11, 2008
- Profile: /members/433-edward-a-savage-jr.htm
- Comments: 2
Recent Blog Comments By Edward A Savage Jr
-
JSON: Unterminated String Literal Error
Posted on Mar 2, 2007 at 9:01 PM
"JSStringFormat() just escapes certain characters." That's exactly what I was referring to. You were getting errors because of carriage returns/line feeds. jsStringFormat() converts those to '\n'. If you use that function on string values, you don't have to roll your own regular expression. Tho... read more »
-
JSON: Unterminated String Literal Error
Posted on Mar 2, 2007 at 4:30 PM
Why aren't you using the standard 'jsStringFormat()' function?... read more »