| 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 and Description | 
|---|---|
| JsonWriter | JsonWriterFactory. createWriter(OutputStream out) | 
| static JsonWriter | Json. createWriter(OutputStream out) | 
| JsonWriter | JsonWriterFactory. createWriter(OutputStream out,
            Charset charset) | 
| JsonWriter | JsonWriterFactory. createWriter(Writer writer) | 
| static JsonWriter | Json. createWriter(Writer writer) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract JsonWriter | JsonProvider. createWriter(OutputStream out) | 
| abstract JsonWriter | JsonProvider. createWriter(Writer writer) | 
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.