for (int j = 0; j < secondaryValues.length(); j++) {
                    JSONObject jsonObject = secondaryValues.getJSONObject(j);
                    processKeysWithExtensionValues(formGlobalValues, jsonObject);
                }