Is it possible to load an array ['g', 'g', 'g']
into an array instead of having to convert it all into JSON first? I'm basically fetching text messages from my server, so doing that via arrays is a lot more practical than doing it as JSON, and I don't even know what that would look like as JSON.