https://github.com/andbin/java-gson-demos
A Maven based project to demonstrate the use of Google's Gson library for JSON serialization/deserialization
https://github.com/andbin/java-gson-demos
Last synced: 4 months ago
JSON representation
A Maven based project to demonstrate the use of Google's Gson library for JSON serialization/deserialization
- Host: GitHub
- URL: https://github.com/andbin/java-gson-demos
- Owner: andbin
- License: mit
- Created: 2017-07-09T13:26:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T20:39:08.000Z (almost 8 years ago)
- Last Synced: 2024-12-28T20:11:52.492Z (5 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.md
Awesome Lists containing this project
README
# Java Gson Demos
The **Java Gson Demos** is a [Maven](https://maven.apache.org "Apache Maven") based project exclusively developed by [Andrea Binello](http://www.andbin.net) (“andbin”) to provide a set of useful and enjoyable demos about the Google's [**Gson**](https://github.com/google/gson), a Java library for JSON serialization/deserialization.
## License
This project is licensed under the **MIT License**, a very *permissive* free software license. See the full text of the license:
* [MIT License](MIT-LICENSE.md)
* [MIT License (plain text)](MIT-LICENSE.txt)You can also see external resources [here](http://opensource.org/licenses/MIT "The MIT License (MIT) | Open Source Initiative") or [here](http://choosealicense.com/licenses/mit/ "MIT License - Choose a License").