I have my textfields which contains numbers, and i collected that numbers and place them into my json object.

JSONObject obj = new JSONObject();
String prvi = textField.getText();
int prvi1 =...