Skip to content

Instantly share code, notes, and snippets.

View vincentdaniel's full-sized avatar

Vincent Daniel vincentdaniel

  • Payrails
  • Berlin
View GitHub Profile
@vincentdaniel
vincentdaniel / keybase.md
Created February 20, 2023 12:06
Keybase proof

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@vincentdaniel
vincentdaniel / jsonToDataClass.kt
Created January 24, 2018 16:34
From a file with multiple json messages to one data class
import com.fasterxml.jackson.core.type.TypeReference
import com.fasterxml.jackson.databind.ObjectMapper
import java.io.File
object Main {
/**
* - Reads a file that contains multiple json messages:
* ```