Package | Description |
---|---|
javax.json |
Provides an object model API to process JSON.
|
javax.json.spi |
Service Provider Interface (SPI) to plug in implementations for
JSON processing objects.
|
Modifier and Type | Method | Description |
---|---|---|
static JsonReader |
Json.createReader(InputStream in) |
Creates a JSON reader from a byte stream.
|
static JsonReader |
Json.createReader(Reader reader) |
Creates a JSON reader from a character stream.
|
JsonReader |
JsonReaderFactory.createReader(InputStream in) |
Creates a JSON reader from a byte stream.
|
JsonReader |
JsonReaderFactory.createReader(InputStream in,
Charset charset) |
Creates a JSON reader from a byte stream.
|
JsonReader |
JsonReaderFactory.createReader(Reader reader) |
Creates a JSON reader from a character stream.
|
Modifier and Type | Method | Description |
---|---|---|
abstract JsonReader |
JsonProvider.createReader(InputStream in) |
Creates a JSON reader from a byte stream.
|
abstract JsonReader |
JsonProvider.createReader(Reader reader) |
Creates a JSON reader from a character stream.
|
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-spec@javaee.groups.io