rcdmk / aspJSON

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
MIT License
203 stars 89 forks source link

Add a Remove method #22

Closed rcdmk closed 7 years ago

rcdmk commented 7 years ago

As pointed by Sareesh from AGASOFT, there is a need of adding a method to remove properties of objects.

I propose a method with the following signature: .remove(byVal propName).

This method would destroy the property content and remove the property from the object in a non recoverable way.