Categories

Javascript: Dumper

Иногда нужен Dumper по работе, а FireBug такой функтции не предлагает.
Пока пользуюсь вот этим:
/**
* Function : dump()
* Arguments: The data - array,hash(associative array),object
* The level - OPTIONAL
* Returns : The textual representation of the array.
* This function was inspired by the print_r function of PHP.
* [...]