Class JSONArrayUtils


  • public class JSONArrayUtils
    extends java.lang.Object
    JSON array helper methods.
    Version:
    2020-06-27
    Author:
    Toma Velev
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.List<java.lang.Object> newJSONArray()
      Creates a new JSON array.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • newJSONArray

        public static java.util.List<java.lang.Object> newJSONArray()
        Creates a new JSON array.
        Returns:
        The new empty JSON array.