3233343536373839
@GET @Path("jsonstuff") @Produces("application/json") public TestJson getJson() { // float currentTemp = restfulPracticeApiSessionBean.getCurrentTemp(); TestJson testJson = new TestJson(); return testJson; }