EZ JSON
by Nathanaël Cottin

Uses of Class
org.ezjson.JSONReal

Uses of JSONReal in org.ezjson
 

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


EZ JSON
by Nathanaël Cottin