Uses of Package
org.json

Packages that use org.json
com.basho.riak.client Provides the top-level IRiakClient and IRiakObject classes required to store data in Riak, start here. 
com.basho.riak.client.http.mapreduce The legacy, low-level HTTP REST client map reduce functions, consider using the high-level IRiakClient 
com.basho.riak.client.http.mapreduce.filter The legacy, low-level HTTP REST client map reduce key filters, consider using the high-level IRiakClient 
com.basho.riak.client.http.request Riak request classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.http.response HTTP response handling/wrapping classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.client.http.util Supporting utility classes for the legacy HTTP REST client, consider using the high-level IRiakClient 
com.basho.riak.pbc The legacy, low-level Protocol Buffers RiakClient and associated classes, consider using the high-level IRiakClient 
org.json Copied verbatim from Doug Crockford's github JSON java project, soon to be removed. 
 

Classes in org.json used by com.basho.riak.client
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by com.basho.riak.client.http.mapreduce
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by com.basho.riak.client.http.mapreduce.filter
JSONArray
          A JSONArray is an ordered sequence of values.
JSONException
          The JSONException is thrown by the JSON.org classes when things are amiss.
 

Classes in org.json used by com.basho.riak.client.http.request
JSONException
          The JSONException is thrown by the JSON.org classes when things are amiss.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by com.basho.riak.client.http.response
JSONArray
          A JSONArray is an ordered sequence of values.
JSONException
          The JSONException is thrown by the JSON.org classes when things are amiss.
JSONTokener
          A JSONTokener takes a source string and extracts characters and tokens from it.
 

Classes in org.json used by com.basho.riak.client.http.util
JSONArray
          A JSONArray is an ordered sequence of values.
JSONObject
          A JSONObject is an unordered collection of name/value pairs.
 

Classes in org.json used by com.basho.riak.pbc
JSONArray
          A JSONArray is an ordered sequence of values.
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 when things are amiss.
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.
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 © 2012. All Rights Reserved.