| Interface | Description | 
|---|---|
| JSONAware | 
 Beans that support customized output of JSON text shall implement this
 interface. 
 | 
| JSONStreamAware | 
 Beans that support customized output of JSON text to a writer shall implement
 this interface. 
 | 
| Class | Description | 
|---|---|
| JSONArray | 
 A JSON array. 
 | 
| JSONObject | 
 A JSON object. 
 | 
| JSONValue | 
 (Taken from JSON.simple  
 | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.