You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to tell the difference between { "x" : 17 }
and { "x" : 17.0 }
You internally distinguish between those two, but there is no API that exposes this. It might be as simple as adding a call: boolean peekIsWholeNumber()