Skip to content

Instantly share code, notes, and snippets.

@markchristopherng
Created July 20, 2021 23:27
Show Gist options
  • Save markchristopherng/8d8f710d396dce03f21f6bc97dbec1ed to your computer and use it in GitHub Desktop.
Save markchristopherng/8d8f710d396dce03f21f6bc97dbec1ed to your computer and use it in GitHub Desktop.
class JsonParser {
val json = Json { ignoreUnknownKeys = true; isLenient = true; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment