suyash
10/10/2025, 1:28 PMsuyash
10/10/2025, 1:32 PMsuyash
10/10/2025, 1:33 PMval jsonString = File(jsonFilePath).readText()
seedDatabase("src/main/kotlin/data/books.json")Chrimaeon
10/10/2025, 1:39 PMsuyash
10/10/2025, 1:40 PMChrimaeon
10/10/2025, 1:40 PMResource and access it with https://docs.oracle.com/javase/8/docs/technotes/guides/lang/resources.htmlChrimaeon
10/10/2025, 1:41 PMsrc/main/resources and the path will then be /books.json if you put it in the root of this folder.suyash
10/13/2025, 6:59 PM