Join Slack
Powered by
I've run into some issues where the Java runtime c...
# tornadofx
e
edvin
05/16/2017, 9:39 AM
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.
Open in Slack
Previous
Next