Hi Faizal let me check i finally achieve this using JSONObject obj = new JSONObject(); obj.put("description", "Created via API"); obj.put("public", "true"); JSONObject objFiles = new JSONObject(); JSONObject objFile1 = new JSONObject(); objFile1.put("content", "Démo"); objFiles.put("file1.txt", objFile1); obj.put("files", objFiles);
Обсуждают сегодня