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

Re: where is org/json/JSONObject ?



On 2013-04-12 15:49, Mathieu Malaterre wrote:
> 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
> 
> 

Hey,

Not sure there is a package for those classes.  Particularly they are
non-free (the "Good, not Evil"-clause).  Though I think jabsorb also
embeds a copy of those classes.

~Niels



Reply to: