Remove quote from the JSONArray output

后端 未结 13 1881
野性不改
野性不改 2021-01-02 02:45

On the successful call, I am getting the JSONArray with the key \"objects\" and again the testValue with the key \"name\". The output is Like:



        
13条回答
  •  萌比男神i
    2021-01-02 03:13

    quotes in arrays depends on which JOSN Lib are using:

    org.codehaus.jettison.json.JSONArray or org.json.JSONArray

提交回复
热议问题