You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Demo on how to call an API and read JSON in Java with JAX-RS (Jersey) and Jackson
1
+
# API and JSON in Java Demo
2
2
3
-
This is a demo for ICSI 518 software engineering course offered in Fall 2017.
3
+
This is a demo for ICSI 518 software engineering course offered in Fall 2017 at University at Albany SUNY.
4
4
5
5
This is a plain Java object, it uses Maven to manage dependencies. Download and import it into Eclipse to run.
6
6
7
-
The main code is in CallAPI.java. It demonstrates how to use JAX-RS (Jersey) to call an RESTful API and get the JSON data. It then use Jackson to read properties from the JSON data. Feel free to copy code from here to your term project.
7
+
The main code is in CallAPI.java. It demonstrates how to use JAX-RS (Jersey) to call an RESTful API and get the JSON data. It then use Jackson to read properties from the JSON data. Feel free to copy code from here to your term project.
0 commit comments