Object functions - Overview

Modified on Thu, 9 Jul at 10:50 AM

Object functions

Functions for working with objects

These functions perform standard object operations, like fetching the keys and values, as well as merging objects.

FunctionDescription
get_propertyGet the value of a property.
itemsConvert an object into an array of its properties.
keysGet an array of the keys of an object.
mergeMerge objects.
remove_propertyRemove properties from an object.
replace_propertiesMerge objects, preserve null.
numbered_props_to_arraySeparate an object with numbered properties into an array of objects.
valuesGet an array of the values of an object.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article