Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
      debugMap.put("totalSize", jsonObjectGrouperUtil.getjsonJacksonGetString(jsonObject, "totalSize").asInt());

FROM

Code Block
        String userId = jsonObjectUser.getString("userId");

...

Code Block
        String userId = jsonObjectUserGrouperUtil.getjsonJacksonGetString(jsonObjectUser, "userId").asText();

FROM

Code Block
        JSONObject userWithGroupsJson = new JSONObject();
        JSONArray groupsJson = new JSONArray();

...