Skip to content

Nil79/gson-complex-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Gson complex examples

Introduction

The repository contains some examples that show how deserialize json format string using google Gson library.

The purpose of the examples is to show and solve some complex scenarios.

Install and Run

To install use the following command:

mvn clean install

To run the examples move into target folder and run:

/* If you are under Windows */
java -cp gson-complex-examples-1.0-SNAPSHOT.jar;lib\* com.nicolasodano.gson.example1.RunExample

/* If you are under Unix */
java -cp gson-complex-examples-1.0-SNAPSHOT.jar;lib/* com.nicolasodano.gson.example1.RunExample

Resources

About

Some complex deserialization examples using Google gson library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages