Skip to content

Instantly share code, notes, and snippets.

@Da9el00
Created June 11, 2021 08:38
Show Gist options
  • Select an option

  • Save Da9el00/d9c2d9035927a66dc04cfb8f01fe6db1 to your computer and use it in GitHub Desktop.

Select an option

Save Da9el00/d9c2d9035927a66dc04cfb8f01fe6db1 to your computer and use it in GitHub Desktop.
Java - Mapping objects to JSON
<dependencies>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment