Cloud Convert API

Has anyone else used the Cloud Convert API? I’m attempting to access it, and I am getting a table as a response with this kind of data in it:
2014-06-21 15:35:59 UTC-4 [Agent] 0 = 123
2014-06-21 15:35:59 UTC-4 [Agent] 1 = 34
2014-06-21 15:35:59 UTC-4 [Agent] 2 = 101
2014-06-21 15:35:59 UTC-4 [Agent] 3 = 114
2014-06-21 15:35:59 UTC-4 [Agent] 4 = 114

That doesn’t look much like a table; that looks more like a string, one whose first five characters are
{"err
so perhaps it’s a JSON error message?

Peter

It’s supposed to be a JSON response, but I couldn’t use http.jsondecode on it before… now suddenly I can… so for whatever reason… its working.