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
to node.put("default", value.toDouble) and things work. Doubles are doubles and ints are ints. FYI, a double can represent all ints exactly and most longs, up to 2^53. There would be problems however if the default value is something like MAX_LONG (which of course the current implementation doesn't support either).
almson
pushed a commit
to almson/mbknor-jackson-jsonSchema-java
that referenced
this issue
Dec 25, 2021
Title is self-explanatory, more details here #73 (comment)
The text was updated successfully, but these errors were encountered: