Home > Back-end >  The json using Java how to parse?
The json using Java how to parse?

Time:09-18

{
"A" :

1,
3
],

2,
4
],

3,
5
]
]
}

CodePudding user response:

Parsed into a multi-dimensional array

CodePudding user response:

Look at my blog, there are complex parsing json utility class
  • Related