Package 

Class JSONNumberValue

  • All Implemented Interfaces:
    java.io.Serializable

    
    public abstract class JSONNumberValue
    extends Number
                        

    An abstract base class for the three number types of JSON value. It includes functions to assist with conversion between number types.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Number value