deepbody
v0.2.2
Published
A way to access and set objects by using paths instead of just keys also converting a object to paths and back.
Readme
deepbodyjs
Functions
- get (object,path) return value
- has (object,path) return (true/false)
- set (object,path,value)
- unset (object,path)
- pathsToObj (pathsObj)
- objToPaths (object)
