Safe JSON parsing in GWT?
Posted
by user246114
on Stack Overflow
See other posts from Stack Overflow
or by user246114
Published on 2010-05-31T05:07:11Z
Indexed on
2010/05/31
5:12 UTC
Read the original article
Hit count: 244
gwt
Hi,
How do we do safe JSON parsing with GWT? It looks like the json parser GWT offers uses eval() - is there a different option which uses the native implementations when available?
Thanks
© Stack Overflow or respective owner