Object functions

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.
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.