v-url


Vladimir Uralov

  • JSON.stringify objects with RegExp properties and then JSON.parse json string resulted back into original objects. Converts RegExp object to be serializable - into pair of strings (key,value). Could be used for RegExp being bilaterally stringified and ge

    published 0.5.5 8 months ago
  • JSON.stringify objects with circular references and RegExp properties and/or then JSON.parse into original objects. Supplies handler doing object with circular references and RepExp serializable. Provides Replacer and Reviver functions for JSON.stringify

    published 0.5.5 8 months ago
  • tests duration time of deleting object's property and array's elements by means of different instruments: delete o[pName]; or Object.defineProperty(o,pName,{enumerable:false}); or o[pName] = undefined; etc.

    published 1.0.7 6 years ago
  • Test of effective timeout value for JavaScript setTimeout() function.

    published 0.0.3 5 years ago
  • Project off-liner. Gets some Google appSript project's json-file, converts it to object,selects appropriated project parts' files array from jsonObj.files property, parses each element content and saves as separate js-file into specified temporary folder

    published 1.3.3 4 years ago