Summary
Converts the array to a string.
Description
Returns a string representing the specified array and its elements.
Route
POST /array/toString
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| arr | array | yes | The array to stringify |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| arrayString | string | A string representation of the array |