On 9/18/17 11:36 AM, Suliman wrote:

The reason of error is missing { and } between data.

The error is that the string isn't valid JSON. JSON must begin with { or [.

http://www.json.org/

-Steve