[Answer]-Simplejson parsing json error

1👍

It was the quotes.

{
    "ID" : "17",
    "FIRST_NAME" : "John",
    "LAST_NAME" : "Doe",
    "TOKEN" : "8cdde0ef552e305cb44e143d3f8c742fb35caab8f360e7"
}

I tried it and it worked.

👤KVISH

Leave a comment