So for some reason Kotlin manages to remove my nee...
# announcements
y
So for some reason Kotlin manages to remove my need for CSV/JSON parsers. I used to use them all the time, but with Kotlin I just threw all of that out. It took like 5 lines to parse a CSV file into an object.