JSON order mixed up

前端 未结 12 1429
感情败类
感情败类 2020-11-22 02:01

I\'ve a problem trying to make my page printing out the JSONObject in the order i want. In my code, I entered this:



        
12条回答
  •  离开以前
    2020-11-22 02:25

    For those who're using maven, please try com.github.tsohr/json

    
    
        com.github.tsohr
        json
        0.0.1
    
    

    It's forked from JSON-java but switch its map implementation with LinkedHashMap which @lemiorhan noted above.

提交回复
热议问题