Skip to content

This is a short demo on how to call RESTful API and read JSON with JAX-RS (Jersey) and Jackson

License

Notifications You must be signed in to change notification settings

n2iw/API-JSON-Java-demo

Repository files navigation

API and JSON in Java Demo

This is a demo for ICSI 518 software engineering course offered in Fall 2017 at University at Albany SUNY.

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

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.

About

This is a short demo on how to call RESTful API and read JSON with JAX-RS (Jersey) and Jackson

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages