Package com.microstrategy.utils.json
-
Interface Summary Interface Description JSONString package org.json; TheJSONString
interface allows atoJSONString()
method so that a class can change the behavior ofJSONObject.toString()
,JSONArray.toString()
, andJSONWriter.value(
Object)
. -
Class Summary Class Description JSONArray This class was a duplicate of org.json.JSONArray(file version 2010-08-25).JSONObject Note: This class was a duplicate of org.json.JSONObject(file version 2011-04-05).JSONTokener This class was a duplicate of org.json.JSONTokener(file version 2010-12-24).XML This class was a duplicate of org.json.XML(file version 2011-02-11).XMLTokener This class was a duplicate of org.json.XMLTokener(file version 2010-12-24). -
Exception Summary Exception Description JSONException This class was a duplicate of org.json.JSONException(file version 2010-12-24).