Quote:
Originally Posted by RickP
but I have to imagine at some level JSON.parse() is doing some kind of splitting and looping somehow on it's own.
|
that’s the whole point. why splitting yourself if JSON.parse() (resp. JSON.stringify()) already does the hard work for you?