Posts by Reinaldet • 1 point
1 post
-
0
votes0
answers74
viewsQ: Error creating a Jsonobject object
I’m trying to create a WebService return to me one or more data from the database, using as return JSON. @Path("teste") @Produces(MediaType.APPLICATION_JSON) public JSONObject teste() { JSONObject…