The title says it all. I\'m going to be parsing a very large JSON string and was curious what the complexity of this built in method was.
I would hope that it\'s θ(n) w
Was curious a little more so to add more info I believe this is the "high-level" implementation of JSON.parse. I tried finding if Chromium has their own source for it and not sure if this is it? This is going off of the source from Github.
Things to note: