Uses of Package
org.json

Packages that use org.json
javapns.notification Classes for pushing notifications through Apple servers. 
javapns.notification.exceptions Notification-related exceptions thrown by the javapns library. 
javapns.notification.management Specific payloads for Apple's MDM technology MDM is not involved in Apple Push Notification, but uses the same communication technologies as APN. 
org.json A built-in implementation of the JSON.org library. 
 

Classes in org.json used by javapns.notification
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by javapns.notification.exceptions
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
 

Classes in org.json used by javapns.notification.management
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by org.json
JSONArray
          A JSONArray is an ordered sequence of values.
JSONException
          The JSONException is thrown by the JSON.org classes then things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
JSONRawValue
           
JSONTokener
          A JSONTokener takes a source string and extracts characters and tokens from it.
JSONWriter
          JSONWriter provides a quick and convenient way of producing JSON text.
XMLTokener
          The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
 



Copyright © 2013. All Rights Reserved.