Posts by Jefferson • 1 point
2 posts
-
0
votes2
answers610
viewsA: How to get name of objects contained in JSON with Java?
A colleague helped me here... I got the result I wanted with this function: package buscaJson; import java.io.*; import org.json.*; import org.json.simple.JSONObject; import…
-
0
votes2
answers610
viewsQ: How to get name of objects contained in JSON with Java?
Needed to extract the name of objects contained in a JSON file, for example, show that the JSON file below has the batteryCharge objects, luminousFlux, id, temperature. But do this search without…