Package 

Class JSONDecimal

  • All Implemented Interfaces:
    io.kjson.JSONPrimitive , io.kjson.JSONValue , java.io.Serializable

    
    public final class JSONDecimal
    extends JSONNumber implements JSONPrimitive<BigDecimal>
                        

    A JSON decimal value - that is, a JSON number that is not an integer.