EZ JSON
by Nathanaël Cottin

Uses of Class
org.ezjson.JSONInteger

Uses of JSONInteger in org.ezjson
 

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


EZ JSON
by Nathanaël Cottin