I\'m having problems with the method JSONObject sayJSONHello().
JSONObject sayJSONHello()
@Path(\"/hello\") public class SimplyHello { @GET @Produces(MediaType.A
You can also do this
JSONArray numberArr=jsonObject.getJSONArray("numbers"); int[] arr=new int[numberArr.length()]; for(int k=0;k