| Package | Description |
|---|---|
| javax.json |
Java API for JSON Processing API provides a way to process
(for e.g.
|
| javax.json.spi |
SPI to plugin implementations for
JsonParser
and JsonGenerator portably. |
| Modifier and Type | Method and Description |
|---|---|
static JsonParserFactory |
Json.createParserFactory()
Creates a parser factory which can be used to create
JsonParser. |
static JsonParserFactory |
Json.createParserFactory(JsonConfiguration config)
Creates a parser factory which can be used to create
JsonParser. |
| Modifier and Type | Method and Description |
|---|---|
abstract JsonParserFactory |
JsonProvider.createParserFactory()
Creates a parser factory which can be used to create
JsonParser. |
abstract JsonParserFactory |
JsonProvider.createParserFactory(JsonConfiguration config)
Creates a parser factory which can be used to create
JsonParser. |
Copyright © 2013. All Rights Reserved.