Posts by Flavio Benini • 1 point
1 post
- 
		0 votes1 answer107 viewsQ: Json Correct format for typeahead?When I Gero a JSON with the code below : JSONObject jsonObject = new JSONObject(); try { jsonObject.put("Nome", c.getNome_fantasia().trim()); jsonObject.put("Apelido",…