Classes
Type Definitions
ObjectUtilsExtractPath
- Source:
Type:
ObjectUtilsExtractPathsDictionary
- Source:
Type:
ObjectUtilsShouldFlatFn(key, value) → {boolean}
- Source:
Parameters:
Name | Type | Description |
---|---|---|
key |
string | The key for the property object that is being parsed. |
value |
Object | The value of the property object that is being parsed. |
Returns:
Whether or not the method should flat a sub object.
- Type
- boolean