X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Java JsonPojo Examples

1. Import source code into Eclipse

Menu File –> Import –> Maven –> Existing Maven Projects

Browse to your source code location

Click Finish button to finish the importing

2. Run the example

Open the GsonTest.java and JacksonTest.java

Right click -> Run As -> Java Application or use the shortcut: Alt+Shift+x, t to start the JUnit test methods.
Source code are described in Convert Java Objects To JSON And Vice Versa With Jackson and Gson

Related articles

Simple Java REST Client Using java.net.URL package

Java REST Client Using Spring RestTemplate

Java REST Client Using Jersey Client

Java REST Client Using Resteasy Client

Java REST Client Using Resteasy Client Proxy Framework

Java REST Client Using Apache CXF Proxy based API

Java REST Client Using Netflix Feign

Java REST Client Using Unirest Java API

X Tutup