I am new to Kotlin and trying to understand how I can read and parse the .json file. Say, I have a file Test.json with some json array and need to read the array and stored the content in mutable list.
I tried searching the blog but could not find the answer. Thanks in advance.