I'm getting error cannot convert String to json object ..
While I'm converting this String
{"user_id": "user_id: 140" };
Error getting due to the format problem?
Thanks in advance..
I'm getting error cannot convert String to json object .. While I'm converting this String
Error getting due to the format problem? Thanks in advance.. |
|||||||||||||||
|
try this |
|||
|
Please make sure that your json string is true. Example JSON String:
OR
OR
So may be your JSON String is not correct. You can try with (Without ";" at the end of line)
If you assign user_id: 140 as value then:
Please make sure that at the end of line have no ; And, how to parse JSON String??? The first {} => Object, [] => Array
|
|||
|