| Interface | Description | 
|---|---|
| StructuredJsonGenerator | Interface for generating a JSON | 
| Class | Description | 
|---|---|
| JSONArray | A JSONArray is an ordered sequence of values. | 
| JSONObject | A JSONObject is an unordered collection of name/value pairs. | 
| JSONTokener | A JSONTokener takes a source string and extracts characters and tokens from
 it. | 
| JSONUtils | |
| JSONWriter | JSONWriter provides a quick and convenient way of producing JSON text. | 
| SdkJsonGenerator | Thin wrapper around Jackson's JSON generator. | 
| SdkJsonProtocolFactory | Factory to generate the various JSON protocol handlers and generators depending on the wire
 protocol to be used for communicating with the AWS service. | 
| Enum | Description | 
|---|---|
| Jackson | 
| Exception | Description | 
|---|---|
| JSONException | The JSONException is thrown by the JSON.org classes when things are amiss. | 
| SdkJsonGenerator.JsonGenerationException | Indicates an issue writing JSON content. | 
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.