I've run into some issues where the Java runtime c...
# tornadofx
e
I've run into some issues where the Java runtime can't seem to differentiate between Long? and Int?, so I'm looking at changing the
json.add(string, int?)
and friends to
json.add(string, number?)
and dealing with the type inside that function istead.