[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

where is org/json/JSONObject ?



Does anyone know where is the json java package ?

All I could find is:

http://codesearch.debian.net/search?q=rowToJSONArray

But the json package seems incomplete:

cannot find symbol
    [javac] symbol  : class XML
    [javac] location: package org.json
    [javac] import org.json.XML;
    [javac]                ^


$ jar tvf /usr/share/storymaps/storymaps.jar  | grep json
     0 Wed Aug 08 20:55:30 CEST 2012 org/json/
 14963 Wed Aug 08 20:55:30 CEST 2012 org/json/JSONObject.class
  4251 Wed Aug 08 20:55:30 CEST 2012 org/json/JSONTokener.class
   199 Wed Aug 08 20:55:30 CEST 2012 org/json/JSONObject$1.class
   523 Wed Aug 08 20:55:30 CEST 2012 org/json/JSONException.class
   156 Wed Aug 08 20:55:30 CEST 2012 org/json/JSONString.class
  9059 Wed Aug 08 20:55:30 CEST 2012 org/json/JSONArray.class
   628 Wed Aug 08 20:55:30 CEST 2012 org/json/JSONObject$Null.class
  8994 Mon May 28 23:27:50 CEST 2012 data/functions/functions.json

Thanks


Reply to: