This is probably a simple question, which I can\'t seem to find a solid answer to.
Why would one choose JSON2 over jquery-json plugin (http://code.google.com/p/jquer
Most modern browsers have native JSON build in, jQuery defaults to those functions when using e.g. $.getJSON() or $.parseJSON().
So if you are using jQuery, you don't need any plugin/library for JSON.