Parsing JSON object in android

前端 未结 5 526
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-04 02:31

I have JSON object as follows:

[
    {
        \"Project\": {
            \"id\": \"1\",
            \"project_name\": \"name\"
        },
        \"Allocati         


        
5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-04 03:21

    Use jsonlint.com to read your json better. It appears that the json that you have copied here is invalid.

提交回复
热议问题