What is the most efficient way to parse json in jquery?
Posted
by Pandiya Chendur
on Stack Overflow
See other posts from Stack Overflow
or by Pandiya Chendur
Published on 2010-03-26T11:04:11Z
Indexed on
2010/03/26
11:23 UTC
Read the original article
Hit count: 387
I am using json data and iterating it through jquery and displaying my results...
Using var jsonObj = JSON.parse(HfJsonValue);
works in firefox
but not in IE6
....
HfjsonValue
is a json string which is returned from my aspx code behind page
... SO i dont use ajax... Any suggestion to get my json parsed better and cross browser one...
© Stack Overflow or respective owner