Skip to content

Instantly share code, notes, and snippets.

@kasramp
Created April 7, 2020 14:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kasramp/16bf5c86bb0776ab5734d4b3e94ea1ff to your computer and use it in GitHub Desktop.
Save kasramp/16bf5c86bb0776ab5734d4b3e94ea1ff to your computer and use it in GitHub Desktop.
val file = Files.createTempFile("students", ".json").toFile()
objectMapper.writeValue(file, getAllStudentsDetails())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment