Is there any JSON parser/stringifier for Javascript that does not add anything to the prototype (like Date.prototype)?
Because my script is going to be used as a third party script, I want to eliminate the conflicts it may cause.
I am not keen on writing my own serializer/desrializer beacuse probably this was done somewhere else, and better.