0

Data stored in oracledb

Files stored in oracledb can be inquired to http://220.81.195.81:4000/sleep (server opened using nodejs). You can look up like a picture.

Can I save the json format key,value as a variable for Java application? I need some advice.

MT0
  • 143,790
  • 11
  • 59
  • 117
Y.Baek
  • 11
  • 2
  • You can use Gson libraries to convert your json to Java objects with similar field names as json keys – Abhijeet Apr 04 '19 at 12:20
  • Yes, Java allows your to map json on classes/objects. You can use ObjectMapper by Jackson to map Json on your Java objects. – Safeer Ansari Apr 04 '19 at 12:21
  • Possible duplicate of [Converting JSON data to Java object](https://stackoverflow.com/questions/1688099/converting-json-data-to-java-object) – Abhijeet Apr 04 '19 at 12:25

0 Answers0