Hello i have a dict like
var spendData = [
{'exist': 7250L, 'lote': 'F0523E103S'},
{'exist': 23100L, 'lote': 'F0609F103S'}, ...]when in the view i get an error Uncaught SyntaxError: Invalid or unexpected token i guess its the "L" and the end of 7250 how can i eliminate it before passing the dict to the view? regards António -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/CAEM0BxMOym-_a%2Bg4YLTEUiY8S9F3uRmE2gU33DPnscidKqV8Sw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

