EZ JSON
by Nathanaël Cottin

Uses of Interface
org.ezjson.JSONNumber

Uses of JSONNumber in org.ezjson
 

Classes in org.ezjson that implement JSONNumber
 class JSONInteger
          A JSON integer is a kind of JSON number which holds an integer value.
 class JSONReal
          A JSON real is a kind of JSON number which holds a real value.
 

Methods in org.ezjson that return JSONNumber
static JSONNumber JSONDecoder.getAsNumber(JSONValue value)
          Attempts to get a JSON number from any JSON value (usually a JSON string) when the actual type of this JSON value is unknown.
 


EZ JSON
by Nathanaël Cottin