Page Index - OrvilleChomer/orvObjLib GitHub Wiki
17 page(s) in this GitHub Wiki:
- Home
- API List
- Please reload this page
- cloneObj() : Deep Cloning
- Please reload this page
- deserializeJsonString() : Creates deserialized object from a JSON string created from a serialized object
- Please reload this page
- deserializeObj (): Deserialize a Serialized Object
- Please reload this page
- parse() : pass in the JSON from a serialized object, get a copy of Original Object
- Please reload this page
- serializeObj() : takes an input of a Js Object Array and creates a serialized object
- Please reload this page
- setCopyMethods() : Sets a flag for whether or not you want to copy an object's methods
- Please reload this page
- stringify() : Take JS Object or Array and Stringify it (even with circular references)
- Please reload this page