### Problem Statement Currently arrays and other collections are converted to String. ### Solution Brainstorm Check for collection and set the type to `array`, then send it through serialization.
Problem Statement
Currently arrays and other collections are converted to String.
Solution Brainstorm
Check for collection and set the type to
array, then send it through serialization.