Closed ivangreene closed 3 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
createValue
javax.json.Json
createValue(Number value)
Encoding of many java.lang.Number implementations are supported and have static factory methods of the name
createValue
on thejavax.json.Json
class, but there is no equivalentcreateValue(Number value)
method. Related to #39