Package com.sdicons.json.model
Class JSONInteger
java.lang.Object
com.sdicons.json.model.JSONValue
com.sdicons.json.model.JSONSimple
com.sdicons.json.model.JSONNumber
com.sdicons.json.model.JSONInteger
Represents a JSON int. 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
-
JSONInteger
-
-
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 JSONInteger this means a BigInteger.
-