Unpackage Object/Array

Unpacks and object or an array

Description

Unpacks an object or array. Creates variables based on the query string parameters.

Properties

Object/Output

This is the object or array that needs to be unpacked. If no value is provided the default value is the current output.

Values String

A query string contain the style the unpacking should function. The first value is the index or key and the next value is the variable name to be created

// Creates the test and test2 variables with the values 
// assigned at index positions 1 and 2

1=test&2=test2

Last updated