Class JSONNumber

Direct Known Subclasses:
JSONDecimal, JSONInteger

public abstract class JSONNumber extends JSONSimple
The parent class of numerical types, being JSONInteger and JSONDecimal.
  • Constructor Details

    • JSONNumber

      public JSONNumber()