Uses of Class
org.xerial.json.JSONBoolean

Packages that use JSONBoolean
org.xerial.json JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.) 
 

Uses of JSONBoolean in org.xerial.json
 

Methods in org.xerial.json that return JSONBoolean
 JSONBoolean JSONValueBase.getJSONBoolean()
           
 JSONBoolean JSONValue.getJSONBoolean()
           
 JSONBoolean JSONLong.getJSONBoolean()
           
 JSONBoolean JSONInteger.getJSONBoolean()
           
 JSONBoolean JSONDouble.getJSONBoolean()
           
 JSONBoolean JSONBoolean.getJSONBoolean()
           
 JSONBoolean JSONArray.getJSONBoolean(int index)
           
 



Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.