Skip to content

Instantly share code, notes, and snippets.

View Fingerzam's full-sized avatar

Juhana Laurinharju Fingerzam

View GitHub Profile
@Fingerzam
Fingerzam / input.json
Created November 17, 2018 16:29
Lens is cool
[
{
"name": "Lol inc",
"departments": [
{
"name": "hr",
"employees": [
{
"name": "Alice",
"position": "manager",

Keybase proof

I hereby claim:

  • I am fingerzam on github.
  • I am fingerzam (https://keybase.io/fingerzam) on keybase.
  • I have a public key ASBdAx_xQ1tzrYL0XUt6bq8h8WdoBSQJYnqWqbXIGzWoVgo

To claim this, I am signing this object:

trait ExtractableFields {
val name: Option[String]
val color: Option[String]
}
case class Event(
id: Integer,
etype: String,
name: Option[String],