Skip to content

Version 1.59

Choose a tag to compare

@javadev javadev released this 01 Oct 01:53
  • Added U.xmlToJson("<a/>", U.Mode.REPLACE_SELF_CLOSING_WITH_EMPTY).
  • Introduced U.of(1, 2, 3) // or java.util.Arrays.asList(1, 2, 3) or new Integer[] {1, 2, 3} and toList().
  • Fixed initialization error.