Opened 10 years ago
Closed 10 years ago
#12609 closed bug (notabug)
parseJSON issue that not happens with eval
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
parseJSON can't parse something that can be parsed by:
eval('('+ data +')')
so, i replaced window.JSON.parse by previous line and all works.
maybe string size? or a special char in string?
btw, I used ff 15
Kind regards, Rinaldo
Note: See
TracTickets for help on using
tickets.
This isn't a bug report. Please ask for help on a forum.