Class JSONSimple

java.lang.Object
com.sdicons.json.model.JSONValue
com.sdicons.json.model.JSONSimple
Direct Known Subclasses:
JSONBoolean, JSONNull, JSONNumber, JSONString

public abstract class JSONSimple extends JSONValue
Parent class of the atomic JSON types, being JSONNull, JSONBoolean, JSONNumber and JSONString.
  • Constructor Details

    • JSONSimple

      public JSONSimple()