Stringifier
MapStringifier stringifies instances of type Map.
public function execute(target):String
Returns the string representation of the passed-in target.
The target must be an instance of type Map.
The string representation is constructed as follows:
{myFirstKey=myFirstValue, mySecondKey=mySecondValue, ..}
target | the target map to stringify |
the string representation of the passed-in target