| Package | Description |
|---|---|
| javax.json |
Java API for JSON Processing API provides a way to process
(for e.g.
|
| javax.json.stream |
Provides a streaming API to parse and generate
JSON.
|
| Modifier and Type | Method and Description |
|---|---|
JsonNumber.NumberType |
JsonNumber.getNumberType()
Returns a JSON number type for this number.
|
static JsonNumber.NumberType |
JsonNumber.NumberType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonNumber.NumberType[] |
JsonNumber.NumberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonNumber.NumberType |
JsonParser.getNumberType()
Returns a JSON number type for this number.
|
Copyright © 2013. All Rights Reserved.