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
Otherwise JsonValue.valueOf( Math.log(-1)).toString();
will throw up a NumberFormatException like a drunken sailor, because inside JsonNumber.toString() the called function BigDecimal.valueOf() doesn't really like non-finite values.