Package com.sdicons.json.model
Class JSONDecimal
java.lang.Object
com.sdicons.json.model.JSONValue
com.sdicons.json.model.JSONSimple
com.sdicons.json.model.JSONNumber
com.sdicons.json.model.JSONDecimal
Represents a JSON float. JSON only defines "numbers" but during parsing a difference is
made between integral types and floating types.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
JSONDecimal
-
-
Method Details
-
getValue
-
toString
-
render
Description copied from class:JSONValue
Convert the JSON value into a string representation (JSON representation). -
equals
-
hashCode
public int hashCode() -
strip
Remove all JSON information. In the case of a JSONDecimal this is a BigDecimal.
-