Skip to content

Commit 13a111a

Browse files
committed
Edit wording in README
1 parent 9360f1f commit 13a111a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# 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
22

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.
44

55
This is a plain Java object, it uses Maven to manage dependencies. Download and import it into Eclipse to run.
66

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

Comments
 (0)