Re: [Geoserver-users] Preferred JSON library to use in WPS

2016-09-18 Thread Raif S. Naffah
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

[Geoserver-users] Preferred JSON library to use in WPS

2016-09-18 Thread Raif S. Naffah
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, *