Results 2 comments of hughartk

I agree that the way Klaxon is parsing the original JSON is fine. That is not the problem. The problem is that it doesn't serialize back out to JSON it...

Here is a full .kt file that should print a stack trace when run, but should not crash. Comments in source describe steps and behavior. ```Kotlin import com.beust.klaxon.Klaxon interface Foo{...