标签: java json
我需要转换JSON输出格式:
"Sections" :{ "1":{ "","","" },"2":{"","",""} }" (currently available)
到数组格式:
"Sections": ["1":{ },"2":{ },"3":{ }] (required format)using Java