This is how I got mine to work: let's say your JSON is something like this:[{""message"": ""Hello World!"", ""fromperson"": ""David"", ""toperson:"" ""manuel""},{""message"": ""Goodbye World!"", ""fromperson"": ""Eric"", ""toperson:"" ""Frank""}]Firs...