EZ JSON
by Nathanaël Cottin

Uses of Class
org.ezjson.JSONBoolean

Uses of JSONBoolean in org.ezjson
 

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


EZ JSON
by Nathanaël Cottin