JSON.prune
JSON.prune copied to clipboard
Avoid to redefine a property if is already defined
If the library is loaded many time may cause trouble when try to define a property many time.
This modification skip to define the Date.prototype.toPrunedJSON if is already defined.