var body = JSON.stringify({foo: 7, bar: 42}); Response.ok(body).contentType("application/json").build();