What do folks use for JSON parsing in kscript etc....
# scripting
k
What do folks use for JSON parsing in kscript etc.? Most of them (including moshi) apparently need to use annotation processors to generate adapters now (I tried using moshi w/ kotlin-reflect and it couldn't find kotlin-reflect)