JavaScript

A5.uobject Namespace

Description

The namespace for utility methods for object manipulation.

Name
Description
A5.u.object.resolve Namespace

The namespace for utility methods for resolving dynamic objects.

Methods

assign Method

Assign the properties from a source object to another object.

clone Method

Create a clone of an object or array.

creator Method

Create an object creator.

each Method

Iterate over each entry in an array of object, and all entries in child arrays or object, and call a function for each item.

ensure Method

Set a value in an object or array from the passed in path.

get Method

Get a value in an object or array from the passed in path.

set Method

Set a value in an object or array from the passed in path.

toQueryString Method

Create a query string from an object.