My problem is that I need to create a JSon file looking like this in java : "filename":"51958785100014_220930140958.zip", "lotUUID":"51958785100014_220930140958", "version":"0.1.0", "lotCreationDate":"2022-09-30T14:21:14", "zipCreationDate":"2022-09-30T14:21:14", "contentSize":"3", "content": [ { "orderUUID":"51958785100014_220930140958_991234", "orderMetadataPath":"./51958785100014_220930140958_991234", "orderMetadata":"51958785100014_220930140958_991234_order.json" }, { "orderUUID":"51958785100014_220930140958_991235", "orderMetadataPath":"./51958785100014_220930140958_991235", "orderMetadata":"51958785100014_220930140958_991235_order.json" }, { "orderUUID":"51958785100014_220930140958_991236", "orderMetadataPath":"./51958785100014_220930140958_991236", "orderMetadata":"51958785100014_220930140958_991236_order.json" } ] } with the number of part in "content" equal to "contentsize". For the moment,… Read More Accumulate a Hashmap with the same key in a JSONObject