hi all,
i'm in the process of writing some WPS processes and i'm leaning
towards having one of these use a JSON encoded object as one of its
parameters.
in GeoServer 2.8.5 i see 3 libraries that look like being able to do
the job:
* jettison-1.0.1 - from org.codehaus.jettison,
* json-lib-2.2.3-jdk15 - from json-lib.sourceforge.net, and
* json-simple-1.1 - (previously) from code.google.com/p/json-simple/
is there a preferred one to use? i.e. likely to survive some future
harmonization effort.
TIA + cheers;
rsn
never mind. i see that wps-core depends on gt-geojson which pulls
json-simple. so i'll assume it's this library that is the preferred
one for WPS implementations.
On Sun, 18 Sep 2016 18:02:04 +1000, Raif S. Naffah wrote:
...
i'm in the process of writing some WPS processes and i'm leaning
towards having one of these use a JSON encoded object as one of its
parameters.
in GeoServer 2.8.5 i see 3 libraries that look like being able to do
the job:
* jettison-1.0.1 - from org.codehaus.jettison,
* json-lib-2.2.3-jdk15 - from json-lib.sourceforge.net, and
* json-simple-1.1 - (previously) from code.google.com/p/json-simple/
is there a preferred one to use? i.e. likely to survive some future
harmonization effort.
--
cheers;
rsn