How to Create JSON Array in Java

前端 未结 3 651
陌清茗
陌清茗 2020-12-08 23:45

I have a JSON structure as given below. How can I create this Array structure programmatically?

JSON srtucture:

{ 
\"Employee\": 
         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-09 00:16

    use the following link the complete structure of the JSON explained.

    http://json.org/java/

提交回复
热议问题