Skip to content

Instantly share code, notes, and snippets.

@BenFradet
Last active June 14, 2017 11:18
Show Gist options
  • Save BenFradet/b259e461651b71260695b78c04e09a72 to your computer and use it in GitHub Desktop.
Save BenFradet/b259e461651b71260695b78c04e09a72 to your computer and use it in GitHub Desktop.
Q2
// can be tweaked
val reference = Map("schema" -> Map("pr" -> "rp", "id" -> "di", "nm" -> "mn"))
val given = Map("pr12id" -> "identifier", "pr12nm" -> "name")
val wanted = Map("schema" -> Map("rp" -> "12", "di" -> "identifier", "mn" -> "name))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment