A Simple Array
["One","Two","Three"]
An Associative Array
{"key01":"One","key02":"Two","key03":"Three"}
A Complex Array
{"key01":"One","key02":"Two","key03":{"A":"4","B":"5","C":"6"}}
Complex Array with Name
{"data":{"key01":"One","key02":"Two","key03":{"A":"4","B":"5","C":"6"}}}
Simple JSon Format
{"message":"Test Message","hash":{"key01":"One","key02":"Two","key03":"Three"}}