Package org.xerial.json

JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.)

See:
          Description

Interface Summary
JSONNumber  
JSONValue  
 

Class Summary
JSONArray  
JSONBoolean  
JSONDouble  
JSONInteger  
JSONLexer  
JSONLong  
JSONNull  
JSONObject  
JSONParser  
JSONParser.array_return  
JSONParser.jsonArray_return  
JSONParser.jsonObject_return  
JSONParser.object_return  
JSONParser.objectElement_return  
JSONParser.value_return  
JSONPullParser Pull Parser for JSON data
JSONString  
JSONUtil  
JSONValueBase  
JSONWalker JSONWalker generates JSONObject and JSONArray instances from a given input JSON parse tree.
JSONWalker.ArrayLayer_scope  
JSONWalker.ObjectLayer_scope  
JSONWriter A support class for generating JSON data
 

Enum Summary
JSONErrorCode  
JSONEvent  
JSONValueType  
 

Exception Summary
JSONException Exception class related JSON
 

Package org.xerial.json Description

JSON reader/writer and classes to represent JSON values (JSONObject, JSONArray, JSONString, JSONNumber, etc.)



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