Class JSONArrayUtils

java.lang.Object
com.nimbusds.jose.util.JSONArrayUtils

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

    • newJSONArray

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