does anyone have a reference they could point me t...
# tornadofx
s
does anyone have a reference they could point me to for loading a json file (rather than url). I've found the documentation that shows me the different load methods, but I can't figure out how to work it. Continuing my quest, but wondered if there was such an article or such like?
h
are you loading it via a file or via url?
also, have u tried using something like gson or jackson to parse it into a data class?
s
Hi, I have some java gson reading yes. However, wanted to stay within the Kotlin TFX world of doing. I see the helper method takes a Path, so I guess its using the java.nio libraries?