Java JSON – 3 ways to work with

In this post I show you how to work with JSON in JAVA 8.
We will use 3 ways: Google Json Library, Oracle Javax Json Library and Simple Json Library.

Google Json Library Google Json Maven and Jars
Oracle Json Library oracle javax.json
Java Simple Json Library Simple Json Jar