Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 342 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 342 Bytes

Java JSON Demo

This is a simple demo how JSON serialization and deserialization works in Java with an external dependency configured using Gradle.

You can run the following command to start the program. Look for the console output.

./gradlew run

Alternatively, you can also import the source code into IntelliJ and debug the program.