I noticed a difference between how JSONObject behaves in Kotlin Vs Java.
In Java:
public class Animal { String name; int age; public Anima