| 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 JsonBuilderFactory |
Json.createBuilderFactory(Map<String,?> config) |
Creates a builder factory for creating
JsonArrayBuilder
and JsonObjectBuilder objects. |
| Modifier and Type | Method | Description |
|---|---|---|
abstract JsonBuilderFactory |
JsonProvider.createBuilderFactory(Map<String,?> config) |
Creates a builder factory for creating
JsonArrayBuilder
and JsonObjectBuilder objects. |
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Comments to : jsonp-spec@javaee.groups.io