|
EZ JSON by Nathanaël Cottin |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSONNumber
Represents a JSON number, according the JSON specification. For practical reasons, this number is derived to JSON integer and JSON real types (which are not part of the specification)
Method Summary | |
---|---|
boolean |
isInteger()
Allows to check the actual type of this JSON number to simplify cast |
Method Detail |
---|
boolean isInteger()
|
EZ JSON by Nathanaël Cottin |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |