jakartaee / jsonp-api

Jakarta JSON Processing
https://eclipse.org/ee4j/jsonp
Other
141 stars 61 forks source link

Provide factory to obtain JsonValue from java.lang.Number #180

Closed ivangreene closed 3 years ago

ivangreene commented 5 years ago

Encoding of many java.lang.Number implementations are supported and have static factory methods of the name createValue on the javax.json.Json class, but there is no equivalent createValue(Number value) method. Related to #39

jbescos commented 3 years ago