Skip to content

Instantly share code, notes, and snippets.

@ashley-figueira
Created December 1, 2020 16:26
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 ashley-figueira/8fd5865baf5366cc35ac7e2b1fa2ac67 to your computer and use it in GitHub Desktop.
Save ashley-figueira/8fd5865baf5366cc35ac7e2b1fa2ac67 to your computer and use it in GitHub Desktop.
private fun getJsonContent(fileName: String): String {
return InputStreamReader(this.javaClass.classLoader!!.getResourceAsStream(fileName)).use { it.readText() }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment