Updates existing object with given fields.
get one or multiple fields from an array.
use different fields using multiple conditions.
Choose multiple fields to show data in e.g an datatable.
Makes a deep-copy of the given object, builds a new object filled with the given fields or mutations. This function has performance impact on wide-spread use.
Builds a new object filled with the given fields.
Builds a new object from the given object, holding deep references (e.g. deep.key.field
).
Builds a new object from the given object, removing deep references. This function has performance impact on wide-spread use.
Gets the selected fields from the given object.
use different fields based of an expression.
use different fields using a condition.