Module: insertAndMergeRecursively

Methods

(inner) changeForNativeExecution(a, b) → {object}

A Function that merges the arguments to the required form for native function call if the parameter is an object, semantic description uses '/' to identify the level of the key in an object eg: { 'option/blackwhite': false } returns eg: options: { blackWhite: false} }

Parameters:
Name Type Description
a object
b object
Source:
Returns:
Type
object

(inner) insertRecursively(merged, keys, value) → {object}

A Function that brings the parameter and value to required format

Parameters:
Name Type Description
merged object
keys array
value *
Source:
Returns:

of the parameter and the value pairs

Type
object