Enumerates properties in a JSON object and callback each as a dot notation format
- Object object The object on which to iterate
- Function callback Callback function called for each property
Retrieve nested value from a JSON object given the dot notation of it's property
- Object object The object on which to get a value
- String path Dot notation of the property to get
Set nested value of a JSON object to the given dot notation path
- Object object The object on which to set
- String path Dot notation of the property to set
- **** value Value to set