Class JSON.JSONArray

java.lang.Object
net.diversionmc.parser.util.Pointable
net.diversionmc.parser.pattern.Sentence
net.diversionmc.json.JSON.JSONValue
net.diversionmc.json.JSON.JSONArray
Enclosing class:
JSON

public static final class JSON.JSONArray extends JSON.JSONValue
Parsed JSON array that stores a list of JSON.JSONValue.
  • Constructor Details

    • JSONArray

      public JSONArray(net.diversionmc.parser.util.FilePointer ptr, List<JSON.JSONValue> values)
      Construct a JSON Array [value,...]
      Parameters:
      ptr - Creation position.
      values - Values to store.
  • Method Details