public class JSONDecimal extends JSONNumber
Constructor and Description |
---|
JSONDecimal(BigDecimal value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BigDecimal |
getValue() |
int |
hashCode() |
protected String |
render(boolean pretty,
String indent)
Convert the JSON value into a string representation (JSON representation).
|
Object |
strip()
Remove all JSON information.
|
String |
toString() |
public JSONDecimal(BigDecimal value)
public BigDecimal getValue()
protected String render(boolean pretty, String indent)
JSONValue
Copyright © 2012. All Rights Reserved.