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
Hamza
10/25/2018, 1:59 PM
are you loading it via a file or via url?
Hamza
10/25/2018, 1:59 PM
also, have u tried using something like gson or jackson to parse it into a data class?
s
sp33dy
10/25/2018, 2:03 PM
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?