By Manuel Lemos
Some applications need to process arrays that they receive from external sources like database result queries or external Web service API calls.

Sometimes the arrays do not come in the best format for those applications to process. Therefore they need to process the collections to transform their values.

This package provides a way to transform the input arrays into other arrays that may have changed the key names of associative arrays or eliminated the array values with specific keys.