external fun require(path: String): String fun testJson() { val data = require("data.json") println(data) }